From edd71ad7753d051d63dae96cfba64a730aa868d3 Mon Sep 17 00:00:00 2001 From: Anish0203 <45678877+Anish0203@users.noreply.github.com> Date: Wed, 28 Oct 2020 19:00:11 +0530 Subject: [PATCH 1/2] Updated USEFUL_RESOURCES.md Added Competitive Programmer's handbook --- USEFUL_RESOURCES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/USEFUL_RESOURCES.md b/USEFUL_RESOURCES.md index 17af789d1..7dc96dd1c 100644 --- a/USEFUL_RESOURCES.md +++ b/USEFUL_RESOURCES.md @@ -48,3 +48,5 @@ [Narasimha Karumanchi - Data structures and algorithms made easy](https://github.com/MethkupalliVasanth/Books/blob/master/Narasimha%20Karumanchi%20-%20Data%20structures%20and%20algorithms%20made%20easy%20(0%2C%20CareerMonk).pdf) An important book to learn must needed algorithms for interviews +[Competitive Programmer's Handbook](https://cses.fi/book/book.pdf) + From 824a3f5433ed6366e066df651e3aa9bc5bb03e09 Mon Sep 17 00:00:00 2001 From: Anish0203 <45678877+Anish0203@users.noreply.github.com> Date: Wed, 28 Oct 2020 19:01:31 +0530 Subject: [PATCH 2/2] Update USEFUL_RESOURCES.md --- USEFUL_RESOURCES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USEFUL_RESOURCES.md b/USEFUL_RESOURCES.md index 7dc96dd1c..a84fd6e68 100644 --- a/USEFUL_RESOURCES.md +++ b/USEFUL_RESOURCES.md @@ -48,5 +48,5 @@ [Narasimha Karumanchi - Data structures and algorithms made easy](https://github.com/MethkupalliVasanth/Books/blob/master/Narasimha%20Karumanchi%20-%20Data%20structures%20and%20algorithms%20made%20easy%20(0%2C%20CareerMonk).pdf) An important book to learn must needed algorithms for interviews -[Competitive Programmer's Handbook](https://cses.fi/book/book.pdf) +[Competitive Programmer's Handbook](https://cses.fi/book/book.pdf) An important book to improve competitive programming skills.