https://github.com/youngwind/algorithm
一些算法的学习
https://github.com/youngwind/algorithm
Last synced: over 1 year ago
JSON representation
一些算法的学习
- Host: GitHub
- URL: https://github.com/youngwind/algorithm
- Owner: youngwind
- Created: 2017-06-14T00:56:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T01:36:51.000Z (about 8 years ago)
- Last Synced: 2025-02-01T16:48:41.721Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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