docs: add awesome links

master
Raphaël 2020-11-19 12:07:04 +01:00 committed by GitHub
parent 8eedd27d7b
commit 0df7a369b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 1 deletions

View File

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