Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +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.

## Other CP Repos

https://github.com/search?q=online-judge-verify-helper+path%3A.github

type | list
--- | ---
optimized for ICPC | <ul><li>https://github.com/kth-competitive-programming/kactl</li><li>https://github.com/ucf-programming-team/hackpack-cpp</li><li>https://github.com/foreverbell/acm-icpc-cheat-sheet</li><li>https://github.com/UCF-Apocalypse-Attack/hackpack</li></ul>
optimized for online contests | <ul><li>https://github.com/yosupo06/library-checker-problems</li></ul>
extensive | <ul><li>https://github.com/koosaga/olympiad/tree/master/Library/codes</li><li>https://github.com/ShahjalalShohag/code-library</li><li>https://github.com/dacin21/dacin21_codebook</li></ul>
clean | <ul><li>https://github.com/demidenko/olymp-cpp-lib</li><li>https://github.com/brunomaletta/Biblioteca</li></ul>
lgm | <ul><li>https://github.com/ecnerwala/cp-book</li><li>https://github.com/the-tourist/algo</li><li>https://github.com/nealwu/competitive-programming</li><li>https://github.com/bqi343/cp-notebook</li><li>https://github.com/suisen-cp/cp-library-cpp</li></ul>
python | <ul><li>https://github.com/cheran-senthil/PyRival</li></ul>
Everything is under the CC0 license.

## Our List of Recommended Practice Problems

Expand Down
12 changes: 12 additions & 0 deletions library/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Other CP Repos

type | list
--- | ---
optimized for ICPC | <ul><li>https://github.com/kth-competitive-programming/kactl</li><li>https://github.com/ucf-programming-team/hackpack-cpp</li><li>https://github.com/foreverbell/acm-icpc-cheat-sheet</li><li>https://github.com/UCF-Apocalypse-Attack/hackpack</li></ul>
optimized for online contests | <ul><li>https://github.com/yosupo06/library-checker-problems</li></ul>
extensive | <ul><li>https://github.com/koosaga/olympiad/tree/master/Library/codes</li><li>https://github.com/ShahjalalShohag/code-library</li><li>https://github.com/dacin21/dacin21_codebook</li></ul>
clean | <ul><li>https://github.com/demidenko/olymp-cpp-lib</li><li>https://github.com/brunomaletta/Biblioteca</li></ul>
lgm | <ul><li>https://github.com/ecnerwala/cp-book</li><li>https://github.com/the-tourist/algo</li><li>https://github.com/nealwu/competitive-programming</li><li>https://github.com/bqi343/cp-notebook</li><li>https://github.com/suisen-cp/cp-library-cpp</li></ul>
python | <ul><li>https://github.com/cheran-senthil/PyRival</li></ul>

Also see [all libraries tested with Library Checker](https://github.com/search?q=online-judge-verify-helper+path%3A.github).