ih4cku / blog

deprecated, Git issues are great for writing blogs :)
2 stars 0 forks source link

Graph, BFS & DFS #24

Open ih4cku opened 8 years ago

ih4cku commented 8 years ago

Many problems can be stated in term of paths in the graph constructed using the edges.

ih4cku commented 8 years ago

Graph representation:

ih4cku commented 8 years ago

BFS and DFS:

BFS:

DFS:

and

http://stackoverflow.com/questions/9201166/iterative-dfs-vs-recursive-dfs-and-different-elements-order http://stackoverflow.com/questions/21508765/how-to-implement-depth-first-search-for-graph-with-non-recursive-aprroach