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

Added "Introduction to Algorithms" book reference

This commit is contained in:
Yannick Brenning
2022-09-11 15:59:00 +02:00
committed by GitHub
parent c21479248a
commit 324bb94fe7

View File

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