Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 329 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 329 Bytes

disjoint-containers

disjoint-containers has two new data structures: DisjointSet and DisjointMap

DisjointSet:

Disjoint-sets are a set of elements with equivalence relations defined between elements, i.e. two elements may be members of the same equivalence set.

DisjointMap:

Maps with disjoint sets as the key.