Structs§
- Graph
Stats - Graph statistics
- Path
Step - Step in a path (edge + target node)
- Traversal
Node - Node with depth information for traversal results
- Traversal
Path - Complete path from source to target
- Traversal
Query - 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