Crate grafferous

Crate grafferous 

Source

Macros§

graph

Structs§

Graph
A graph data structure with nodes of type NodeDataType and 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.