From 73593dc9519eb77f482de6ee4ed81800ad41fb23 Mon Sep 17 00:00:00 2001 From: AbhiK <68434582+abhi-kakadiya@users.noreply.github.com> Date: Sat, 8 Apr 2023 21:17:53 +0530 Subject: [PATCH 1/2] Add Book and update README file in Competitive Programming folder #238 --- Competitive-Programming/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Competitive-Programming/README.md b/Competitive-Programming/README.md index 10d2ac95..b0ced9b9 100644 --- a/Competitive-Programming/README.md +++ b/Competitive-Programming/README.md @@ -113,6 +113,8 @@ Created with a view to connecting people to information, this list below contain | ★★★ | [Guide to Competitive Programming: Learning and Improving Algorithms Through Contests](https://1lib.in/dl/5689722/e58577), Book by Antti Laaksonen | Building on what already is the most comprehensive introduction to competitive programming, this enhanced new textbook features new material on advanced topics, such as calculating Fourier transforms, finding minimum cost flows in graphs, and using automata in string problems. | | ★★☆ | [Competitive Programming in Python: 128 Algorithms to Develop Your Coding Skills](https://1lib.in/dl/11000183/d4584f), Book by Christoph Dürr and Jill-Jênn Vie | Want to kill it at your job interview in the tech industry? Want to win that coding competition? Learn all the algorithmic techniques and programming skills you need from two experienced coaches, problem setters, and jurors for coding competitions. | | ★★★ | [Computational Geometry: Algorithms and Applications](https://1lib.in/dl/502987/3de826), Book by Marc van Kreveld, Mark Overmars, and Mark de Berg | Computational geometry emerged from the ?eld of algorithms design and analysis in the late 1970s. It has grown into a recognized discipline with its own journals, conferences, and a large community of active researchers. | +| ★★★ | [Algorithms for Competitive Programming](https://cloudflare-ipfs.com/ipfs/bafykbzacea5vehr6qdjw3dx2aqt45prx7il2nbtmelawzxy54cvrnybriftu2?filename=David%20Esparza%20Alba%20-%20Algorithms_%20For%20Competitive%20Programming%20%282021%29.pdf), Book by David Esparza Alba and Juan Antonio Ruiz Leal | Competitive Programming is another tool for software engineers, there are developers that excel in their jobs, but find difficult to answer algorithms questions. If you feel identified with this, +then this book can help you improve your problem solving skills. | ### Books for Algorithms From c46a689dd5cc5ad3e10decfda60819b7856a4aa4 Mon Sep 17 00:00:00 2001 From: AbhiK <68434582+abhi-kakadiya@users.noreply.github.com> Date: Sat, 8 Apr 2023 21:20:33 +0530 Subject: [PATCH 2/2] Update README.md --- Competitive-Programming/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Competitive-Programming/README.md b/Competitive-Programming/README.md index b0ced9b9..064cb954 100644 --- a/Competitive-Programming/README.md +++ b/Competitive-Programming/README.md @@ -113,8 +113,7 @@ Created with a view to connecting people to information, this list below contain | ★★★ | [Guide to Competitive Programming: Learning and Improving Algorithms Through Contests](https://1lib.in/dl/5689722/e58577), Book by Antti Laaksonen | Building on what already is the most comprehensive introduction to competitive programming, this enhanced new textbook features new material on advanced topics, such as calculating Fourier transforms, finding minimum cost flows in graphs, and using automata in string problems. | | ★★☆ | [Competitive Programming in Python: 128 Algorithms to Develop Your Coding Skills](https://1lib.in/dl/11000183/d4584f), Book by Christoph Dürr and Jill-Jênn Vie | Want to kill it at your job interview in the tech industry? Want to win that coding competition? Learn all the algorithmic techniques and programming skills you need from two experienced coaches, problem setters, and jurors for coding competitions. | | ★★★ | [Computational Geometry: Algorithms and Applications](https://1lib.in/dl/502987/3de826), Book by Marc van Kreveld, Mark Overmars, and Mark de Berg | Computational geometry emerged from the ?eld of algorithms design and analysis in the late 1970s. It has grown into a recognized discipline with its own journals, conferences, and a large community of active researchers. | -| ★★★ | [Algorithms for Competitive Programming](https://cloudflare-ipfs.com/ipfs/bafykbzacea5vehr6qdjw3dx2aqt45prx7il2nbtmelawzxy54cvrnybriftu2?filename=David%20Esparza%20Alba%20-%20Algorithms_%20For%20Competitive%20Programming%20%282021%29.pdf), Book by David Esparza Alba and Juan Antonio Ruiz Leal | Competitive Programming is another tool for software engineers, there are developers that excel in their jobs, but find difficult to answer algorithms questions. If you feel identified with this, -then this book can help you improve your problem solving skills. | +| ★★★ | [Algorithms for Competitive Programming](https://cloudflare-ipfs.com/ipfs/bafykbzacea5vehr6qdjw3dx2aqt45prx7il2nbtmelawzxy54cvrnybriftu2?filename=David%20Esparza%20Alba%20-%20Algorithms_%20For%20Competitive%20Programming%20%282021%29.pdf), Book by David Esparza Alba and Juan Antonio Ruiz Leal | Competitive Programming is another tool for software engineers, there are developers that excel in their jobs, but find difficult to answer algorithms questions. If you feel identified with this,then this book can help you improve your problem solving skills. | ### Books for Algorithms