-
Updated
Nov 1, 2020
programming-contests
Here are 293 public repositories matching this topic...
-
Updated
Sep 21, 2020 - Rust
-
Updated
Nov 22, 2020 - C++
-
Updated
Oct 18, 2020 - C++
-
Updated
Nov 22, 2020 - Python
-
Updated
Nov 23, 2020 - TypeScript
We should add more data to the judgehosts overview page:
- which judging is currently judged by each judgehost
- summary line with load averages
Update Translations
CP Editor supports GUI in multiple languages, including English, Chinese, and Russian. However, the developers don't know every language, and the translators don't always have time, so we need help translating the text.
-
Updated
May 5, 2019 - JavaScript
-
Updated
Nov 22, 2020 - C++
-
Updated
Apr 7, 2019 - JavaScript
-
Updated
Nov 21, 2020 - Python
-
Updated
Nov 20, 2020 - C++
-
Updated
Mar 17, 2020 - C++
-
Updated
Oct 7, 2020 - C++
https://www.youtube.com/channel/UCD8yeTczadqdARzQUp29PJw
His videos are pretty nice (though there isn't C++ code); probably worth adding to modules as needed
-
Updated
Sep 25, 2020 - JavaScript
We sometimes want to run tests which are not associated to specific problems (e.g. generating inputs using srand()
and rand()
, and check the output with assert()
). For this, we can use Hello World as a dummy problem.
However, this technique is not trivial, so we should print hint messages when test files with no PROBLEM
-
Updated
Nov 23, 2020 - C++
-
Updated
Oct 2, 2020 - C++
-
Updated
Jul 30, 2020 - Python
-
Updated
Oct 2, 2019 - C++
-
Updated
Apr 5, 2020 - Python
-
Updated
Oct 2, 2020 - C++
-
Updated
Feb 10, 2020 - Python
-
Updated
Oct 26, 2018 - Python
Improve this page
Add a description, image, and links to the programming-contests topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the programming-contests topic, visit your repo's landing page and select "manage topics."
In #549, we added unittests for
dispatch
AtCoder and Codeforces.To increasing test coverage, we should add unittests for other contest (HackerRank, CS Academy, ...).
Not only tests for all other contests, tests for the part of contests are welcome.