首页 时政热点 科技头条 智能AI 安全攻防 数码硬件 开发者生态 汽车 游戏 社会热点 开源推荐 医疗健康 归档 标签 关于

GitHub 热门项目: best-leetcode-resources

摘要

GitHub项目:best-leetcode-resources 仓库地址:https://github。com/armankhondker/best-leetcode-resources Stars:3791 | 作者:armankhondker 项目描述:Learn LeetCode and prepare for coding interviews with free resources。

https com leetcode medium discuss
2026-05-19 1 阅读 约9分钟阅读 GitHub Trending
GitHub 项目:best-leetcode-resources 仓库地址:https://github.com/armankhondker/best-leetcode-resources 星级:3791 | 作者:阿曼洪德克 项目描述:利用免费资源学习 LeetCode 并准备编码面试。 =================================================== 自述文件内容: # 最佳 LeetCode 资源 该存储库包含用于面试准备编码和掌握 leetcode 的最佳资源。 ## 数据结构与算法 - [哈希表](https://medium.com/basecs/take-hash-tables-off-the-shelf-139cbf4752f0) - [链接列表](https://medium.com/basecs/whats-a-linked-list-anyway-part-1-d8b7e6508b9d) - [递归](https://leetcode.com/discuss/study-guide/1733447/Become-Master-In-Recursion) - [排序](https://medium.com/basecs/sorting-out-the-basics-behind-sorting-algorithms-b0a032873add) - [二分查找](https://leetcode.com/discuss/general-discussion/786126/Python-Powerful-Ultimate-Binary-Search-Template.-Solved-many-problems) - [堆栈](https://medium.com/basecs/stacks-and-overflows-dbcf7854dc67) - [队列](https://medium.com/basecs/to-queue-or-not-to-queue-2653bcde5b04) - [树](https://leetcode.com/discuss/study-guide/1820334/Become-Master-in-Tre) - [尝试](https://leetcode.com/discuss/general-discussion/931977/beginner-friend-guide-to-trie-tutorial-practice-problems) - [回溯](https://medium.com/leetcode-patterns/leetcode-pattern-3-backtracking-5d9e5a03dc26) - [堆](https://medium.com/basecs/learning-to-love-heaps-cef2b273a238) - [广度优先搜索](https://medium.com/basecs/breaking-down-breadth-first-search-cebe696709d9) - [深度优先搜索](https://medium.com/basecs/deep-dive-through-a-graph-dfs-traversal-8177df5d0f13) - [图论](https://medium.com/basecs/a-gentle-introduction-to-graph-theory-77969829ead8) - [动态编程](https://leetcode.com/discuss/general-discussion/458695/dynamic-programming-patterns) - [Big O 备忘单](https://www.bigocheatsheet.com/) ### [Leetcode 间隔重复模板](https://docs.google.com/spreadsheets/d/1qcVCZ3VrBa2p0Tlzad0kEdG94carfZly5z81VLdz2w4/edit#gid=0) ## 模式 - [14 种编码面试模式](https://www.teamblind.com/blog/top-leetcode-patterns-coding-interview-questions/) - [滑动窗口](https://medium.com/leetcode-patterns/leetcode-pattern-2-sliding-windows-for-strings-e19af105316b) - [两个指针](https://leetcode.com/discuss/study-guide/1688903/Solved-all-two-pointers-problems-in-100-days) - [合并间隔](https://medium.com/codex/grokking-the-coding-interview-pattern-merge-interval-6e6b1e9e038c) - [循环排序](https://leetcode.com/discuss/study-guide/2958275/cyclo-sort-important-pattern) - [单调堆栈](https://leetcode.com/discuss/study-guide/2347639/A-compressive-guide-and-template-for-monotonic-stack-based-problems) - [两堆](https://leetcode.com/discuss/general-discussion/1127238/master-heap-by-solving-23-questions-in-4-patterns-category) - [子集](https://leetcode.com/discuss/general-discussion/1125779/Dynamic-programming-on-subsets-with-examples-explained) - [修改的二分搜索](https://leetcode.com/discuss/general-discussion/691825/Binary-Search-for-Beginners-Problems-or-Patterns-or-Sample-solutions) - [前 K 个元素](https://github.com/Chanda-Abdul/Several-Coding-Patterns-for-Solving-Da