1
0
mirror of https://github.com/mtdvio/every-programmer-should-know.git synced 2025-07-31 12:00:25 +02:00

Add new book for starting with algoritms

This commit is contained in:
Gourav Kamboj
2022-08-13 17:57:20 +02:00
committed by GitHub
parent e6ecfacee7
commit 0511d16762

View File

@@ -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)