Update README.md

This commit is contained in:
nickle
2019-05-27 22:04:27 +08:00
committed by GitHub
parent 42e95aad48
commit 8763b3e85d

View File

@ -1110,6 +1110,7 @@ Python 实现的算法和设计模式。
* [algorithms](http://hao.jobbole.com/algorithms/):一个 Python 算法模块。[官网](https://github.com/nryoung/algorithms)
* python-patternsPython 设计模式的集合。[官网](https://github.com/faif/python-patterns)
* sortedcontainers快速纯 Python 实现的 SortedListSortedDict 和 SortedSet 类型。[官网](http://www.grantjenks.com/docs/sortedcontainers/)
* Python使用Python实现的算法大全。[官网](https://github.com/TheAlgorithms/Python)
### 编辑器插件