From 1710a25d4ab8a82602a263d699767ba7463b1588 Mon Sep 17 00:00:00 2001 From: Grant Jenks Date: Fri, 18 Sep 2015 11:10:41 -0700 Subject: [PATCH] Added sortedcontainers to Algorithms section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d6e4233..4a9ced20 100644 --- a/README.md +++ b/README.md @@ -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. * [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