2 个仓库
Collections of solved computational problems and algorithmic patterns.
Distinct from Java Utility Libraries: Distinct from general utility libraries by focusing specifically on solved algorithmic challenges rather than helper tools.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Algorithm Libraries. Refine with filters or upvote what's useful.
该仓库是 LeetCode 算法挑战的优化源代码实现合集。它既是 Python 又是 Java 算法库,为这两种语言提供了已解决的计算问题。 该项目专注于数据结构实现,提供的代码示例演示了如何使用复杂结构来解决逻辑处理任务。它涵盖了一系列计算问题,包括字符串搜索和整数解析。 该仓库专为算法竞赛练习和技术面试准备而设计,重点在于实现高效的数据结构和逻辑以满足特定的性能约束。
Provides a set of solved computational problems implemented as a library in Java.
该项目是一套全面的 Java 实现集合,涵盖了标准计算机科学算法、数据结构、图分析和数学计算。它提供了基本数据容器(包括树、堆、映射、Trie 和列表)的参考实现,以及常见的排序和搜索例程。 该库包含一个专门的图网络分析套件,涵盖最短路径、最小生成树和最大流。它还提供用于素数测试、模运算和快速傅里叶变换的数学工具,以及用于回文检测和编辑距离计算的文本处理工具。 代码库涵盖了更广泛的能力领域,例如用于序列分析的动态规划,以及用于通用软件开发和计算机科学教育的各种数据组织模式。
Provides a comprehensive library of standard computer science algorithms and data structures implemented in Java.