Popularity
5.6
Growing
Activity
0.0
Stable
5
5
3

Monthly Downloads: 23
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web    

disjoint-containers alternatives and similar packages

Based on the "Web" category.
Alternatively, view disjoint-containers alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of disjoint-containers or a related project?

Add another 'Web' Package

README

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.