Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emeraldacoustics/disjoint-set-union
A simple, reusable implementation of Disjoint Set Union algorithm.
https://github.com/emeraldacoustics/disjoint-set-union
Last synced: 9 days ago
JSON representation
A simple, reusable implementation of Disjoint Set Union algorithm.
- Host: GitHub
- URL: https://github.com/emeraldacoustics/disjoint-set-union
- Owner: emeraldacoustics
- License: apache-2.0
- Created: 2024-05-23T00:57:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T12:45:56.000Z (6 months ago)
- Last Synced: 2024-07-25T02:16:51.254Z (4 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# disjoint-set-union
A simple, reusable implementation of Disjoint Set Union algorithm.