algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Add UnionFind data structure with a Rust backend.

Open aalekhpatel07 opened this issue 2 years ago • 0 comments

Feature:

  • A fast implementation of the UnionFind data structure that has a Rust backend.

Minor updates:

  • Refactor the Solution class in algorithms/unionfind/count_islands.py to use the new UnionFind API.

Bug Fixes:

  • Add None checks at the boundaries for Array limit (so that the tests pass).

aalekhpatel07 avatar Feb 16 '22 05:02 aalekhpatel07