diff --git a/README.md b/README.md index cdfec16..fe242ec 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ # algorithms -a lot of problems, with bad solutions \ No newline at end of file +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/)