3.0.0 • Published 2 years ago

@union-find/non-contiguous v3.0.0

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

:rice_ball: @union-find/non-contiguous

Non-contiguously-allocated disjoint-set data structures for JavaScript. See docs. Parent is js-data-structures.

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

License Version Tests Dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

:dancing_women: Related

:scroll: References