Algorithm
Algorithms
Complexities
Papers
Libraries
- OpenGenus/cosmos: Algorithms that run our universe | Your personal library of every algorithm and data structure code that you will ever encounter
- felipernb/algorithms.js: Atwood’s Law applied to CS101 - Classic algorithms and data structures implemented in JavaScript
- javascript-algorithms/README.zh-CN.md at master · trekhleb/javascript-algorithms
Tools
Resources
- 高阶函数 - 维基百科
- 被忽视的 partition 算法 - Just For Fun - SegmentFault
- 几个有趣的算法题目 - hacker之路 - SegmentFault
- javascript背包问题详解 - javascript魔法师 - SegmentFault 思否
- The Algorithms
Sorting
State Machine
Bitmap
Geohash
Delaunay triangulation
Exercises
- nzakas/computer-science-in-javascript: Collection of classic computer science paradigms, algorithms, and approaches written in JavaScript.
- liuxinyu95/AlgoXY: Book of Elementary Algorithms and Data structures
- julycoding/The-Art-Of-Programming-By-July
- coells/100days: 100 days of algorithms
- rainliu/algorithms: Algorithms (4th Edition) in Go
- donnemartin/interactive-coding-challenges: Interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
- kolodny/exercises: Some basic javascript coding challenges and interview questions
- SICP 解题集 — SICP 解题集
- Algorithms to Go - yourbasic.org
- dreddsa5dies/algorithm: The repository algorithms implemented on the Go
- wangzheng0822/algo: 数据结构和算法必知必会的50个代码实现
Leetcode
- Leetcode CLI | leetcode-cli
- soulmachine/leetcode: LeetCode题解,151道题完整版
- apachecn/awesome-algorithm: Leetcode 题解 (跟随思路一步一步撸出代码) 及经典算法实现
- billryan/algorithm-exercise: Data Structure and Algorithm notes. 数据结构与算法/leetcode/lintcode题解/
- LeetCode 刷题指南(一):为什么要刷题 - Just For Fun - SegmentFault
- LeetBook(LeetCode详解)
- AlgoCasts 用心做好每一个算法视频
- greyireland/algorithm-pattern: 算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~
- halfrost/LeetCode-Go: ✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解