make-github-pseudonymous-again / js-algorithms

:rocket: Algorithms for JavaScript
GNU Affero General Public License v3.0
38 stars 3 forks source link

implement union-find #19

Closed make-github-pseudonymous-again closed 9 years ago

make-github-pseudonymous-again commented 10 years ago

http://en.wikipedia.org/wiki/Disjoint-set_data_structure

make-github-pseudonymous-again commented 9 years ago

migrated to https://github.com/aureooms/js-data-structures/issues/9