2 releases
0.1.1 | Jun 1, 2023 |
---|---|
0.1.0 | Jun 1, 2023 |
#28 in #union-find
7KB
111 lines
Unionfind
A very simple implementation of unionfind in rust. Uses indexmap as the backbone to support any data structure. To have a nice API it uses RefCell, so find is still efficient, but not concurrent.
Dependencies
~1MB
~20K SLoC