Entdecke die besten Open-Source-Bibliotheken für Disjoint Set Union. Vergleiche die Top-Implementierungen nach Performance und Aktivität, um die optimale Lösung zu finden.
This repository provides a collection of fundamental data structures implemented in Java, designed to serve as an educational resource for understanding core computer science concepts. It includes standard implementations of trees, graphs, queues, and heaps, intended to help developers study the internal mechanics and performance characteristics of these structures. The library emphasizes the use of generics to maintain type safety across different data types and utilizes interface-driven design to ensure consistent method signatures. By building these components from scratch, the project dem
This Java collection includes a Disjoint Set Union implementation with standard path compression and union by rank/size, fitting the search for a Union-Find resource, but it does not provide rollback, persistent versions, multiple languages, or benchmarking that you requested.