Add UnionFind data structure with a Rust backend. by aalekhpatel07 · Pull Request #830 · keon/algorithms · GitHub
Skip to content

Add UnionFind data structure with a Rust backend.#830

Closed
aalekhpatel07 wants to merge 12 commits into
keon:masterfrom
aalekhpatel07:master
Closed

Add UnionFind data structure with a Rust backend.#830
aalekhpatel07 wants to merge 12 commits into
keon:masterfrom
aalekhpatel07:master

Conversation

@aalekhpatel07

Copy link
Copy Markdown
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>
@keon

keon commented Feb 17, 2026

Copy link
Copy Markdown
Owner

@keon keon closed this Feb 17, 2026
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.

3 participants