Added sortedcontainers to Algorithms section

This commit is contained in:
Grant Jenks 2015-09-18 11:10:41 -07:00
parent 49163ef160
commit 1710a25d4a

View File

@ -1112,6 +1112,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [algorithms](https://github.com/nryoung/algorithms) - A module of algorithms for Python. * [algorithms](https://github.com/nryoung/algorithms) - A module of algorithms for Python.
* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python. * [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
* [sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/) - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.
## Editor Plugins ## Editor Plugins