Bekay
Cancel

Python: GIF 만들기 Python으로 결과를 시각화할 때 GIF를 생성하면 도움될 때가 많다. Python으로 연속적인 결과를 시각화할 때 GIF 만드는 코드를 간단하게 작성하였다. Code

Breath First Algorithm Graph Searching Algorithm 중에서 Breath First Algorithm은 가장 단순한 형태의 알고리즘이다. Breath First Algorithm을 이용한 Path Finding 문제를 해결해보자. Code