Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jocrv/depth-first-search
Algorithms, DFS
https://github.com/jocrv/depth-first-search
Last synced: about 2 months ago
JSON representation
Algorithms, DFS
- Host: GitHub
- URL: https://github.com/jocrv/depth-first-search
- Owner: jocrv
- Created: 2021-12-21T23:05:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T23:18:19.000Z (about 3 years ago)
- Last Synced: 2024-04-16T20:10:16.589Z (9 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# depth-first-search
Algorithms, DFSFirst, root and go to transverse the right subtree
Root again, and transverse the left subtree, so go to the right subtree
Transverse the left subtree, the right subtree and rootnode.right, result