awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

并查集 (Disjoint Set Union)

排名更新于 2026年6月30日

探索最佳开源并查集(Disjoint Set Union)库。对比性能与活跃度,找到最适合你的实现方案。

并查集 (Disjoint Set Union)

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • williamfiset/deprecated-data-structureswilliamfiset 的头像

    williamfiset/DEPRECATED-data-structures

    2,917在 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
    在 GitHub 上查看↗2,917

Related searches

  • a library of algorithms and data structures
  • 算法与数据结构合集
  • JavaScript 数据结构实现合集
  • 离散数学课程
  • 通过构建数据库学习数据库原理
  • 通过重写 Git 学习版本控制原理
  • an open source library for p2p networking
  • 从零构建容器的实战项目