From 0df7a369b73778c1f583cde97a5f03637cf6a627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Thu, 19 Nov 2020 12:07:04 +0100 Subject: [PATCH] docs: add awesome links --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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/)