From 324bb94fe79bd446fb986c4d73c4b46f08159f90 Mon Sep 17 00:00:00 2001 From: Yannick Brenning <90418998+ybrenning@users.noreply.github.com> Date: Sun, 11 Sep 2022 15:59:00 +0200 Subject: [PATCH] Added "Introduction to Algorithms" book reference --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae9b300..99ac4fd 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ But knowing the stuff will help you become better! :muscle:* ### Algorithms - [Big O Cheatsheet](http://bigocheatsheet.com/) - :book: [Grokking Algorithms](https://www.goodreads.com/book/show/22847284-grokking-algorithms-an-illustrated-guide-for-programmers-and-other-curio) +- :book: [Introduction to Algorithms](https://www.goodreads.com/book/show/108986.Introduction_to_Algorithms?from_search=true&from_srp=true&qid=8mUglV9uZ1&rank=1) - [Algorithms Visualization](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html) ### Data Structures