Merge pull request #1470 from PiCT0/master

add more-itertools
This commit is contained in:
Vinta Chen 2020-04-07 23:13:01 +08:00 committed by GitHub
commit 7615889191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,6 +121,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Python implementation of algorithms and design patterns.*
* [algorithms](https://github.com/keon/algorithms) - Minimal examples of data structures and algorithms in Python.
* [more-itertools](https://github.com/erikrose/more-itertools) - More routines for operating on iterables, beyond `itertools`.
* [PyPattyrn](https://github.com/tylerlaberge/PyPattyrn) - A simple yet effective library for implementing common design patterns.
* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
* [sortedcontainers](https://github.com/grantjenks/python-sortedcontainers) - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.