-
Updated
Jan 14, 2020 - HTML
programming-contests
Here are 269 public repositories matching this topic...
-
Updated
Apr 15, 2020 - Rust
-
Updated
May 1, 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'
The current test suite in webapp/tests/
is a start but not very satisfactory.
Some ways to improve:
- Remove duplication between the tests and clean them up
- Create a good clean template to test e.g. jury interface functionality that can easily be populated for the various data types;
- Add tests using said template;
- Add tests for the API
-
Updated
May 20, 2020 - TypeScript
-
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
Hi friends, since many of you are starting to contribute for Hacktoberfest.
To not disallow beginners to contribute to the project, this issue can be taken up by anyone starting to learn data structures and algorithms.
You need to start solving the problems in the Hackerrank's Tracks and add your solutions in the branch named trackname in a new f
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
May 19, 2020 - C++
-
Updated
Jan 2, 2020 - C++
-
Updated
May 16, 2020 - Python
-
Updated
Oct 2, 2019 - C++
-
Updated
Apr 5, 2020 - Python
-
Updated
Feb 10, 2020 - Python
-
Updated
Oct 26, 2018 - Python
-
Updated
Apr 7, 2019 - C++
-
Updated
Oct 22, 2019 - C++
-
Updated
Feb 10, 2020 - 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."
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.