disjoint-containers: Disjoint containers

[ bsd3, library, web ] [ Propose Tags ]

Disjoint containers


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.3.0, 0.3.0.1
Dependencies aeson (>=0.11 && <1.5), base (>=4.11.1 && <5), containers (>=0.5 && <0.7), transformers (>=0.5 && <0.6) [details]
License BSD-3-Clause
Copyright 2017 Andrew Martin
Author Andrew Martin
Maintainer andrew.thaddeus@gmail.com
Category Web
Home page https://github.com/andrewthad/disjoint-containers#readme
Source repo head: git clone https://github.com/andrewthad/disjoint-containers
Uploaded by andrewthad at 2019-03-24T03:09:55Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3889 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-03-24 [all 1 reports]

Readme for disjoint-containers-0.2.4

[back to package description]

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.