From 976be69b7162c2c801c8aa45713809433781a4a5 Mon Sep 17 00:00:00 2001 From: Luke Videckis Date: Sun, 20 Apr 2025 20:59:45 -0500 Subject: [PATCH 1/5] Create README.md --- library/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 library/README.md diff --git a/library/README.md b/library/README.md new file mode 100644 index 00000000..fd69b915 --- /dev/null +++ b/library/README.md @@ -0,0 +1,12 @@ +## Other CP Repos + +https://github.com/search?q=online-judge-verify-helper+path%3A.github + +type | list +--- | --- +optimized for ICPC | +optimized for online contests | +extensive | +clean | +lgm | +python | From 45aaaf8ada03da58e410051911e595b9d87f2ee5 Mon Sep 17 00:00:00 2001 From: Luke Videckis Date: Sun, 20 Apr 2025 21:00:26 -0500 Subject: [PATCH 2/5] Update README.md --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index e76a75cf..5a123c5e 100644 --- a/README.md +++ b/README.md @@ -7,19 +7,6 @@ We've added links to sources when applicable. Everything is under the CC0 license; please use/take anything with no strings attached. -## Other CP Repos - -https://github.com/search?q=online-judge-verify-helper+path%3A.github - -type | list ---- | --- -optimized for ICPC | -optimized for online contests | -extensive | -clean | -lgm | -python | - ## Our List of Recommended Practice Problems [gitgud.cc](https://www.gitgud.cc/) From c75e22d91316ff3e008da6fcd0ab678f5d307d74 Mon Sep 17 00:00:00 2001 From: Luke Videckis Date: Sun, 20 Apr 2025 21:01:15 -0500 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a123c5e..26d3b08a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## License and Attribution -We've added links to sources when applicable. Everything is under the CC0 license; please use/take anything with no strings attached. +Everything is under the CC0 license. ## Our List of Recommended Practice Problems From 860651f1afecede53a1832ce7d03762f3ab0fd12 Mon Sep 17 00:00:00 2001 From: Luke Videckis Date: Sun, 20 Apr 2025 21:02:20 -0500 Subject: [PATCH 4/5] Update README.md --- library/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/README.md b/library/README.md index fd69b915..367a9d5c 100644 --- a/library/README.md +++ b/library/README.md @@ -1,6 +1,6 @@ ## Other CP Repos -https://github.com/search?q=online-judge-verify-helper+path%3A.github +[All libraries tested with Library Checker](https://github.com/search?q=online-judge-verify-helper+path%3A.github) type | list --- | --- From 75766fe6a4770a933c9788f17c459d0fe1d9b1fc Mon Sep 17 00:00:00 2001 From: Luke Videckis Date: Sun, 20 Apr 2025 21:02:58 -0500 Subject: [PATCH 5/5] Update README.md --- library/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/README.md b/library/README.md index 367a9d5c..ca4d1875 100644 --- a/library/README.md +++ b/library/README.md @@ -1,7 +1,5 @@ ## Other CP Repos -[All libraries tested with Library Checker](https://github.com/search?q=online-judge-verify-helper+path%3A.github) - type | list --- | --- optimized for ICPC |
  • https://github.com/kth-competitive-programming/kactl
  • https://github.com/ucf-programming-team/hackpack-cpp
  • https://github.com/foreverbell/acm-icpc-cheat-sheet
  • https://github.com/UCF-Apocalypse-Attack/hackpack
@@ -10,3 +8,5 @@ extensive |
  • https://github.com/koosaga/olympiad/tree/master/Library/code clean |
    • https://github.com/demidenko/olymp-cpp-lib
    • https://github.com/brunomaletta/Biblioteca
    lgm |
    • https://github.com/ecnerwala/cp-book
    • https://github.com/the-tourist/algo
    • https://github.com/nealwu/competitive-programming
    • https://github.com/bqi343/cp-notebook
    • https://github.com/suisen-cp/cp-library-cpp
    python |
    • https://github.com/cheran-senthil/PyRival
    + +Also see [all libraries tested with Library Checker](https://github.com/search?q=online-judge-verify-helper+path%3A.github).