awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Disjoint set union

Ranking updated Jun 30, 2026

Explore the best open-source Disjoint Set Union libraries. Compare top-rated implementations by performance and activity to find the best fit.

Disjoint set union

Find the best repos with AI.We'll search the best matching repositories with AI.
  • williamfiset/deprecated-data-structureswilliamfiset avatar

    williamfiset/DEPRECATED-data-structures

    2,917View on GitHub↗

    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.

    JavaAlgorithmic Problem SolvingAlgorithms and Data StructuresComputer Science Education
    View on GitHub↗2,917

Related searches

  • a library of algorithms and data structures
  • a collection of algorithms and data structures
  • a collection of data structures in JavaScript
  • a curriculum for discrete mathematics
  • a project for understanding databases by building one
  • a project for learning Git by reimplementing it
  • an open source library for p2p networking
  • a project for learning containers from first principles