Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ziyi2/algorithms
📝 算法导论与JavaScript实现
https://github.com/ziyi2/algorithms
algorithm alogorithms data-structures interview interview-preparation intorduction-to-algorithms introduction javasript-algorithms javscript
Last synced: 29 days ago
JSON representation
📝 算法导论与JavaScript实现
- Host: GitHub
- URL: https://github.com/ziyi2/algorithms
- Owner: ziyi2
- License: mit
- Created: 2018-11-13T12:38:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:16:21.000Z (about 2 years ago)
- Last Synced: 2024-11-10T08:08:13.145Z (about 1 month ago)
- Topics: algorithm, alogorithms, data-structures, interview, interview-preparation, intorduction-to-algorithms, introduction, javasript-algorithms, javscript
- Language: JavaScript
- Homepage: https://ziyi2.github.io/algorithms/
- Size: 3.54 MB
- Stars: 160
- Watchers: 2
- Forks: 20
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - 算法导论与 JavaScript 实现 - 参考《算法导论》/《数据结构与算法JavaScript描述》/ [javascript-algorithms](https://github.com/trekhleb/javascript-algorithms) / [CLRS](https://github.com/gzc/CLRS) - **【进行中】** (笔记 / 算法)
README
I-Algorithms是基于《算法导论》衍生的一个Web前端学习文档。《算法导论》对于一些没有数学基础或者已经忘了数学知识的开发者而言学习相对困难,通过此学习文档希望能简化《算法导论》的一些理论知识,使的算法学习变得更加简单。在学习文档中,会使用JavaScript实现书中的一些算法,同时也会衍生一些书中没有的知识点,并寻找相应的面试题加以实践和说明。希望算法的学习不仅可以提升我们的编程能力,同时也有助于我们在各种面试中脱颖而出。
## 文档
文档地址:[I-Algorithms](https://ziyi2.github.io/algorithms/)
## 特性
- 简化《算法导论》的理论知识
- 支持Latex排版
- 配有深动形象的图例说明
- 使用JavaScript实现算法
- 章节会有配套的习题和面试题
- 提供API文档供开发者尝试使用
- 可在线撸猫