Skip to content

Traverse graphs super fast while keeping the memory consumption low.

License

Notifications You must be signed in to change notification settings

shner-elmo/graph_traversal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Traverse graphs super fast while keeping the memory consumption low.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages