Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# depth-first-search
Algorithms, DFS

First, 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 root

node.right, result