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
- Host: GitHub
- URL: https://github.com/abrarulhassan-786/depth-first-search-algorithm
- Owner: Abrarulhassan-786
- Created: 2023-03-17T19:03:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T19:03:59.000Z (over 2 years ago)
- Last Synced: 2025-01-23T23:37:46.332Z (9 months ago)
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files: