Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 311 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 311 Bytes

graph-traversal

Traverse graphs super fast while keeping memory consumption low.

This library is mostly for finding descandants/ancestors in a directed-graph or tree.

Graphs with cycles are also fine, as we always check if a node was already seen ...

How it works

TODO

  • Add docs with examples