알고리즘 Algorithms

주제: BFS & DFS : Triversal technique

이진 트리를 순회하는 방법에 대해 알아봅니다.


  1. BFS, Breadth First Search, 너비 우선 탐색
  2. DFS, Depth for Search, 깊이 우선 탐색
  3. Shortest Path: bellman-Ford, Dijkstra