Disjoint-set data structure: Difference between revisions

Content deleted Content added
short description, links
Tags: Mobile edit Mobile app edit iOS app edit
External links: replace java applet with javascript implementation
Line 260:
 
* [https://www.boost.org/doc/libs/1_31_0/libs/disjoint_sets/disjoint_sets.html C++ implementation], part of the [[Boost C++ libraries]]
* [https://the-algorithms.com/algorithm/union-find Javascript implementation]
* [http://www.cs.unm.edu/~rlpm/499/uf.html Java applet: A Graphical Union–Find Implementation], by Rory L. P. McGuire
* [https://github.com/USNavalResearchLaboratory/TrackerComponentLibrary/blob/master/Container%20Classes/DisjointSet.m A Matlab Implementation] which is part of the [[Tracker Component Library]]
* [http://code.activestate.com/recipes/215912-union-find-data-structure/ Python implementation]