5.0.0 • Published 2 years ago

@union-find/contiguous v5.0.0

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

:rice: @union-find/contiguous

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

U.find( a ) === U.find( b ) ; // false
U.union( A , B ) ;
U.find( a ) === U.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