1 个仓库
Comprehensive collections of runnable code implementing fundamental computer science algorithms.
Distinct from Computer Science Study Guides: Distinct from interview guides or study hubs; provides actual runnable reference implementations.
Explore 1 awesome GitHub repository matching education & learning resources · Algorithm Reference Libraries. Refine with filters or upvote what's useful.
AlgorithmsByPython 是一个参考库和教育存储库,提供计算机科学基础知识的可运行 Python 实现。它作为算法模式、核心数据结构以及竞争性编程和技术面试挑战解决方案的综合指南。 该项目通过提供广泛的参考实现脱颖而出,包括一套专门针对常见 LeetCode 问题的解决方案。它专注于将理论计算逻辑转化为实用的 Python 代码,以供教育和实际使用。 该存储库涵盖了广泛的功能,包括线性集合、树和图的设计,以及搜索和排序策略的实现。它包括图论实用程序(如最短路径和最小生成树计算),并提供磁盘索引和文本模式匹配机制。
Serves as a comprehensive reference guide covering sorting, searching, and graph theory in runnable Python.