Module Union_find


module Union_find: sig .. end
Union-find data structure.

module type S = sig .. end
The Union-find data structure.
module Make: 
functor (T : Hashtbl.HashedType) -> S with type elem = T.t
Functor building a union-find data structure.

Hosted by the SourceForge.net Logo* web site.
*Other names and brands may be claimed as the property of others.