4.0.0 • Published 7 years ago

@aureooms/js-fixed-disjoint-set v4.0.0

Weekly downloads
1
License
AGPL-3.0
Repository
github
Last release
7 years ago

js-fixed-disjoint-set

Fixed-size-array-based disjoint-set data structures for JavaScript. Parent is aureooms/js-data-structures.

U.find( a ) === U.find( b ) ; // false
U.union( A , B ) ;
U.find( a ) === U.find( b ) ; // true

NPM license NPM version Build Status Coverage Status Dependencies Status devDependencies Status Code Climate NPM downloads per month GitHub issues Documentation

Related