-
Updated
Jan 14, 2020 - HTML
programming-contests
Here are 276 public repositories matching this topic...
-
Updated
Apr 15, 2020 - Rust
-
Updated
Jun 8, 2020 - C++
Description: Task and contest configuration file lack documentation
I am not able to find a complete specification of the configuration files for tasks and contests in YAML format (italy_yaml
).
Looking at the examples in the test contest repository - such as con_test/batch/task.yaml
- there is no information.
Here'
-
Updated
Jun 9, 2020 - TypeScript
It would be great to add a subset of the now only jury available stats also to the team and public pages.
I'm thinking of the submission graph over time (but all rejected verdicts bundled into one, of course nothing after the freeze) and the total number of attempts/corrects.
-
Updated
May 5, 2019 - JavaScript
I have written two pages in Japanese.
- https://online-judge-tools.readthedocs.io/en/master/introduction.ja.html
- https://online-judge-tools.readthedocs.io/en/master/run-ci-on-your-library.html
These documents should be translated to English.
-
Updated
Apr 7, 2019 - JavaScript
-
Updated
Jun 9, 2020 - C++
Is your feature request related to a problem? Please describe.
More flexible head comments (like adding current time and so on).
Describe the solution you'd like
Set some identifier. When the template was loaded, replace the identifier (like the template of cf-tools).
This would allow a user's choice to persist across browsers, cookie clears, etc.
-
Updated
Mar 17, 2020 - C++
-
Updated
Jun 30, 2019 - C++
-
Updated
Apr 13, 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
Jun 8, 2020 - C++
-
Updated
Jan 2, 2020 - C++
-
Updated
Jun 7, 2020 - Python
-
Updated
Oct 2, 2019 - C++
-
Updated
Apr 5, 2020 - Python
-
Updated
Feb 10, 2020 - Python
-
Updated
Oct 26, 2018 - Python
-
Updated
May 12, 2020 - C++
-
Updated
Apr 7, 2019 - C++
-
Updated
Oct 22, 2019 - C++
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."
The code from https://cp-algorithms.com/graph/push-relabel.html doesn't work.
Very easy to see that it is buggy, since the code doesn't use the target vertex
t
at all.