add awesome-algorithms

This commit is contained in:
Vinta Chen 2020-09-08 16:23:28 +08:00
parent 882863bb01
commit c5d4961347
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
## Algorithms and Design Patterns
*Python implementation of data structures, algorithms and design patterns.*
*Python implementation of data structures, algorithms and design patterns. Also see [awesome-algorithms](https://github.com/tayllan/awesome-algorithms).*
* Algorithms
* [algorithms](https://github.com/keon/algorithms) - Minimal examples of data structures and algorithms.