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

https://github.com/abrarulhassan-786/depth-first-search-algorithm

Depth-First Search or DFS algorithm is a recursive algorithm that uses the backtracking principle. It entails conducting exhaustive searches of all nodes by moving forward if possible and backtracking, if necessary. To visit the next node, pop the top node from the stack
https://github.com/abrarulhassan-786/depth-first-search-algorithm

Last synced: 7 months ago
JSON representation

Depth-First Search or DFS algorithm is a recursive algorithm that uses the backtracking principle. It entails conducting exhaustive searches of all nodes by moving forward if possible and backtracking, if necessary. To visit the next node, pop the top node from the stack

Awesome Lists containing this project