Macros§
Structs§
- Graph
- A graph data structure with nodes of type
NodeDataTypeand edges between them.
Functions§
- count_
paths - find_
circuits - generate_
cycle_ graph - generates a cycle graph with the given number of nodes.
- generate_
grid_ graph - generates a grid graph with the given width and height.
- generate_
random_ graph - generates a random graph with the given number of nodes and edge probability.