#graph-traversal #tree-traversal #heuristics #graph #traversal #tree #process

graph_process_manager_core

Utilities to explore parts of a tree-like or graph-like structure that is not known in advance

11 releases

0.1.10 May 20, 2023
0.1.9 May 20, 2023
0.1.6 Apr 23, 2023

#6 in #heuristics

22 downloads per month
Used in 2 crates

Apache-2.0

54KB
824 lines

Utilities to explore parts of a tree-like or graph-like structure that is not known in advance

Traversal heuristics and various utilities to explore a tree-like or graph-like structure from a given starting node without prior knowledge of any other node or transition. Target nodes are determined from a given origin node via the application of some unspecified steps.

Code initially made for another project of mine: hibou.

Dependencies

~325KB