Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gliderkite/wuf
A fast weighted implementation to the union-find problem with path compression.
https://github.com/gliderkite/wuf
Last synced: 16 days ago
JSON representation
A fast weighted implementation to the union-find problem with path compression.
- Host: GitHub
- URL: https://github.com/gliderkite/wuf
- Owner: gliderkite
- License: mit
- Created: 2018-10-24T20:17:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T20:51:40.000Z (about 6 years ago)
- Last Synced: 2024-08-11T00:27:26.298Z (3 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# Weighted Union-Find
A fast weighted implementation to the union-find problem with path compression.
Check out the documentation at: https://docs.rs/wuf/