docs: add awesome links
parent
8eedd27d7b
commit
0df7a369b7
21
README.md
21
README.md
|
@ -1,3 +1,22 @@
|
|||
# algorithms
|
||||
|
||||
a lot of problems, with bad solutions
|
||||
a lot of problems, with bad solutions
|
||||
|
||||
----
|
||||
|
||||
## Read
|
||||
|
||||
- [How I studied for the coding interview in four detailed steps](https://caffeinatedmuslim.blog/home/coding-interview) (2020)
|
||||
|
||||
## Learn
|
||||
|
||||
- [The Algorithm Design Manual, 3rd Edition](http://www.algorist.com/)
|
||||
- [Introduction to Algorithms, Third Edition](https://mitpress.mit.edu/books/introduction-algorithms-third-edition) (2009)
|
||||
- [Elements of Programming Interviews](https://elementsofprogramminginterviews.com/) (2018)
|
||||
|
||||
## Practice
|
||||
|
||||
- [LeetCode](https://leetcode.com/)
|
||||
- [Codingame](https://codingame.com/)
|
||||
- [Codewars](https://www.codewars.com/)
|
||||
- [Hackerrank](https://www.hackerrank.com/)
|
||||
|
|
Loading…
Reference in New Issue