Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/