Expand description
§hibitgraph
Structs§
- BitGraph
- A
BitGraphis an undirected graph data structure Its capacity is limited tomem::size_of::<usize>.pow(4) - DfsIterator
- Iterator that performs a depths first search on a
BitGraphIf the graph is fully-connected, all vertices are explored (spanning tree)