An open API service indexing awesome lists of open source software.

https://github.com/hxndev/graph-based-dfs

Depth-first search (DFS) is an algorithm for searching a tree data structure that searches the tree vertically. It will explore one branch to the root node followed by the next branch.
https://github.com/hxndev/graph-based-dfs

code depth-first-search dfs dfs-algorithm dfs-search graph lab python

Last synced: 8 months ago
JSON representation

Depth-first search (DFS) is an algorithm for searching a tree data structure that searches the tree vertically. It will explore one branch to the root node followed by the next branch.

Awesome Lists containing this project

README

          

All the files have been commented for your ease. Furthermore you may also add further comments if you may.

For further queries contact me at : chhxnshah@gmail.com