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

https://github.com/youngwind/algorithm

一些算法的学习
https://github.com/youngwind/algorithm

Last synced: over 1 year ago
JSON representation

一些算法的学习

Awesome Lists containing this project

README

          

# 说明
平常研究到的一些算法记录

# 目前已包含算法
- [x] 最小编辑距离 edit_distance
- [x] 快速排序 quick_sort
- [x] [寻找最长不重复子串](https://github.com/barretlee/daily-algorithms/issues/4)
- [x] [寻找最长的共同前缀](https://github.com/barretlee/daily-algorithms/issues/12)

# 运行
1. npm i
2. npm test