#graph-traversal #tree-traversal #graph #heuristics #graph-node #tree #traversal

graph_process_manager_core

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

13 releases

0.2.1 Feb 14, 2025
0.2.0 Feb 9, 2025
0.1.10 May 20, 2023
0.1.6 Apr 23, 2023

#922 in Data structures

Download history 5/week @ 2024-11-01 2/week @ 2024-11-08 14/week @ 2024-12-06 5/week @ 2024-12-13 1/week @ 2025-01-31 109/week @ 2025-02-07 141/week @ 2025-02-14

251 downloads per month
Used in 3 crates

Apache-2.0

69KB
1K SLoC

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

~1.5MB
~19K SLoC