Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UnionFind data structure with a Rust backend. #830

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

aalekhpatel07
Copy link
Contributor

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).

abhishekiitm and others added 5 commits January 24, 2022 21:12
Signed-off-by: Aalekh Patel <aalekh.gwpeck.7998@icloud.com>
Signed-off-by: Aalekh Patel <aalekh.gwpeck.7998@icloud.com>
Signed-off-by: Aalekh Patel <aalekh.gwpeck.7998@icloud.com>
Signed-off-by: Aalekh Patel <aalekh.gwpeck.7998@icloud.com>
aalekhpatel07 and others added 7 commits February 16, 2022 00:01
Signed-off-by: Aalekh Patel <aalekh.gwpeck.7998@icloud.com>
Signed-off-by: Aalekh Patel <aalekh.gwpeck.7998@icloud.com>
…d passes.

Signed-off-by: Aalekh Patel <aalekh.gwpeck.7998@icloud.com>
…orithms.unionfind.

Signed-off-by: Aalekh Patel <aalekh.gwpeck.7998@icloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants