update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -138,8 +138,7 @@ prepare for ACM - ICPC? - GeeksforGeeks</a></td>
<tbody>
<tr class="odd">
<td>★★★</td>
<td><a href="https://people.ksp.sk/~misof/ioi-syllabus/">IOI
Syllabus</a></td>
<td><a href="https://algo.sk/ioi-syllabus/">IOI Syllabus</a></td>
<td>A detailed syllabus on which IOI contestants will be tested. This is
still somewhat relevant to ACM-ICPC.</td>
</tr>
@@ -590,8 +589,8 @@ textbook.</td>
<tr class="odd">
<td></td>
<td><a
href="https://www.manning.com/books/algorithms-and-data-structures-in-action">Algorithms
and Data Structures in Action</a>, by Marcello La Rocca</td>
href="https://www.manning.com/books/advanced-algorithms-and-data-structures">Advanced
Algorithms and Data Structures</a>, by Marcello La Rocca</td>
<td>This book provides a different approach to algorithms, balancing
theory with a more practical angle, with a section per-chapter focusing
on how to apply algorithms to real-world use cases that can be found in
@@ -609,6 +608,18 @@ theoretical computer science courses at the University of Illinois.
Covers the main paradigms of backtracking, dynamic programming, greedy,
and particularly graphs in depth.</td>
</tr>
<tr class="odd">
<td></td>
<td><a
href="https://www.manning.com/books/grokking-data-structures">Grokking
Data Structures</a>, by Marcello La Rocca</td>
<td>Grokking Data Structures carefully guides you from the most basic
data structures like arrays or linked lists all the way to powerful
structures like graphs. Its perfect for beginners, and you wont need
anything more than high school math to get started. Each data structure
you encounter comes with its own complete Python implementation so you
can start experimenting with what you learn right away.</td>
</tr>
</tbody>
</table>
<h3 id="books-for-mathematics">Books for Mathematics</h3>
@@ -2109,3 +2120,6 @@ alt="Creative Commons Attribution 4.0 International" /></a></p>
<p>Awesome Competitive Programming is licensed under a <a
href="https://creativecommons.org/licenses/by/4.0/">Creative Commons
Attribution 4.0 International License</a>.</p>
<p><a
href="https://github.com/lnishan/awesome-competitive-programming">competitiveprogramming.md
Github</a></p>