Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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实现

Awesome Lists containing this project

README

        



logo



Build Status

Coverage Status


Analysis Status


Version Status

Downloads Status

Version Status

I-Algorithms是基于《算法导论》衍生的一个Web前端学习文档。《算法导论》对于一些没有数学基础或者已经忘了数学知识的开发者而言学习相对困难,通过此学习文档希望能简化《算法导论》的一些理论知识,使的算法学习变得更加简单。在学习文档中,会使用JavaScript实现书中的一些算法,同时也会衍生一些书中没有的知识点,并寻找相应的面试题加以实践和说明。希望算法的学习不仅可以提升我们的编程能力,同时也有助于我们在各种面试中脱颖而出。

## 文档

文档地址:[I-Algorithms](https://ziyi2.github.io/algorithms/)

## 特性

- 简化《算法导论》的理论知识
- 支持Latex排版
- 配有深动形象的图例说明
- 使用JavaScript实现算法
- 章节会有配套的习题和面试题
- 提供API文档供开发者尝试使用
- 可在线撸猫