Module iterative

Source
Expand description

An implementation of iterative DFS with an adjacency list

  • Time Complexity: O(V + E)

§Resources