Graph.Imperative
Imperative Graph Implementations.
module type S = sig ... end
Signature of imperative graphs.
module Digraph : sig ... end
Imperative Directed Graphs.
module Graph : S
Imperative Undirected Graphs.
module Matrix : sig ... end
Imperative graphs implemented as adjacency matrices.