From 97b4797a31bdc66bcfab0822d05713a3804bda3a Mon Sep 17 00:00:00 2001 From: Paras Bansal <67871592+codiiyapaa@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:09:21 +0530 Subject: [PATCH 1/2] Updated Latest revised Edition of Steven Helim The Latest 3rd edition (2013) is very much more detailed than the First Edition and it contains nearly 300 pages of more Amazing knowledge than the edition which is currently uploaded on this repository. The latest edition has many more examples and updated algorithms which are essential for competitive programming. It will be beneficial for Everybody who is coming to checkout this repository to get the latest edition and will keep it updated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fba0828..0ad1552 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Share the list with your classmates, your friends and everyone :) | ☆ | Name | Description | | --- | --- | --- | -| ★★☆ | [Competitive Programming](https://cpbook.net/), by Steven and Felix Halim | This book contains a collection of relevant data structures, algorithms, and programming tips. It's a well-received book. ... The first edition is free for [download (pdf)](http://www.comp.nus.edu.sg/~stevenha/myteaching/competitive_programming/cp1.pdf). | +| ★★☆ | [Competitive Programming](https://cpbook.net/), by Steven and Felix Halim | This book contains a collection of relevant data structures, algorithms, and programming tips. It's a well-received book. ... The latest 3rd edition is free for [download (pdf)](http://www.sso.sy/sites/default/files/competitive%20programming%203_1.pdf). | | ★★☆ | [Programming Challenges: The Programming Contest Training Manual](https://www.amazon.com/Programming-Challenges-Contest-Training-Computer/dp/0387001638), by Steven Skiena and Miguel Revilla | This book includes more than 100 programming challenges, as well as the theory and key concepts necessary for approaching them. Problems are organized by topic, and supplemented by complete tutorial material. | | ★★☆ | [Competitive Programmer's Handbook](https://cses.fi/book/index.html), by Antti Laaksonen | An introduction to competitive programming for aspiring IOI and ICPC contestants. Free to [download (pdf)](https://cses.fi/book/book.pdf). | | ★★☆ | [Computational Geometry: Algorithms and Applications](https://www.amazon.com/Computational-Geometry-Applications-Mark-Berg/dp/3540779736), by Mark de Berg, Otfried Cheong, Marc van Kreveld, Mark Overmars | This is a well-written book which covers a broad range of computational geometry problems. | From 0cbd81a169bbed39ef5f3dc3c5d8149a1bc9a6aa Mon Sep 17 00:00:00 2001 From: Paras Bansal <67871592+codiiyapaa@users.noreply.github.com> Date: Mon, 12 Oct 2020 16:01:38 +0530 Subject: [PATCH 2/2] Suggested Changed Made reference to the "latest 3rd Edition" is removed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ad1552..603ece8 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Share the list with your classmates, your friends and everyone :) | ☆ | Name | Description | | --- | --- | --- | -| ★★☆ | [Competitive Programming](https://cpbook.net/), by Steven and Felix Halim | This book contains a collection of relevant data structures, algorithms, and programming tips. It's a well-received book. ... The latest 3rd edition is free for [download (pdf)](http://www.sso.sy/sites/default/files/competitive%20programming%203_1.pdf). | +| ★★☆ | [Competitive Programming](https://cpbook.net/), by Steven and Felix Halim | This book contains a collection of relevant data structures, algorithms, and programming tips. It's a well-received book. ... The third edition is free for [download (pdf)](http://www.sso.sy/sites/default/files/competitive%20programming%203_1.pdf). | | ★★☆ | [Programming Challenges: The Programming Contest Training Manual](https://www.amazon.com/Programming-Challenges-Contest-Training-Computer/dp/0387001638), by Steven Skiena and Miguel Revilla | This book includes more than 100 programming challenges, as well as the theory and key concepts necessary for approaching them. Problems are organized by topic, and supplemented by complete tutorial material. | | ★★☆ | [Competitive Programmer's Handbook](https://cses.fi/book/index.html), by Antti Laaksonen | An introduction to competitive programming for aspiring IOI and ICPC contestants. Free to [download (pdf)](https://cses.fi/book/book.pdf). | | ★★☆ | [Computational Geometry: Algorithms and Applications](https://www.amazon.com/Computational-Geometry-Applications-Mark-Berg/dp/3540779736), by Mark de Berg, Otfried Cheong, Marc van Kreveld, Mark Overmars | This is a well-written book which covers a broad range of computational geometry problems. |