1 个仓库
Patterns for implementing and comparing efficient data organization and retrieval techniques.
Distinguishing note: No candidate covers the holistic workflow of applying proven Java patterns to sorting and searching problems.
Explore 1 awesome GitHub repository matching education & learning resources · Algorithm Implementation Workflows. Refine with filters or upvote what's useful.
该项目是一套全面的 Java 实现集合,涵盖了标准计算机科学算法、数据结构、图分析和数学计算。它提供了基本数据容器(包括树、堆、映射、Trie 和列表)的参考实现,以及常见的排序和搜索例程。 该库包含一个专门的图网络分析套件,涵盖最短路径、最小生成树和最大流。它还提供用于素数测试、模运算和快速傅里叶变换的数学工具,以及用于回文检测和编辑距离计算的文本处理工具。 代码库涵盖了更广泛的能力领域,例如用于序列分析的动态规划,以及用于通用软件开发和计算机科学教育的各种数据组织模式。
Demonstrates proven Java patterns for building efficient sorting, searching, and string manipulation features.