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