From 0511d167625fb8a5bc86e3a2d0066e81cab8e6e6 Mon Sep 17 00:00:00 2001 From: Gourav Kamboj Date: Sat, 13 Aug 2022 17:57:20 +0200 Subject: [PATCH] Add new book for starting with algoritms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6181ba..ca1f8d4 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ But knowing the stuff will help you become better! :muscle:* ### Algorithms - [Big O Cheatsheet](http://bigocheatsheet.com/) +- :book: [Computer Science Distilled](https://www.goodreads.com/book/show/34189798-computer-science-distilled) - :book: [Grokking Algorithms](https://www.goodreads.com/book/show/22847284-grokking-algorithms-an-illustrated-guide-for-programmers-and-other-curio) - [Sorting Algorithms](https://visualgo.net/en/sorting)