From c5d496134735867b8cf061133c5d950fe4eee441 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Tue, 8 Sep 2020 16:23:28 +0800 Subject: [PATCH] add awesome-algorithms --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3095af3..6bdf0928 100644 --- a/README.md +++ b/README.md @@ -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.