Skip to main content

Module traversal

Module traversal 

Source

Structs§

GraphStats
Graph statistics
PathStep
Step in a path (edge + target node)
TraversalNode
Node with depth information for traversal results
TraversalPath
Complete path from source to target
TraversalQuery
Query parameters for traversal

Enums§

Direction
Direction for traversal

Functions§

bfs_traversal
BFS traversal from a starting entity
compute_graph_stats
Compute graph statistics
dfs_traversal
DFS traversal from a starting entity
find_shortest_path
Find shortest path between two entities using BFS