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

https://github.com/frozen/hash_tree


https://github.com/frozen/hash_tree

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

I made recursive func *FindLongestChain* that walks through tree and finds the longest path.
But in that case, i think recursion is not necessary, cause we need just to find the longest way, so i made another version *FindLongestPathWithoutRecursion*.