Crate istos

Source
Expand description

Graphs

Re-exports§

pub use undirected_graph::UndirectedGraph;
pub use undirected_sparse_graph::UndirectedSparseGraph;

Modules§

undirected_graph
undirected_sparse_graph

Traits§

Graph
A trait representing a generic graph.
WeightedGraph
A trait representing a weighted graph.