-
Updated
Aug 5, 2020 - Python
competitive-programming
Here are 2,792 public repositories matching this topic...
-
Updated
Aug 29, 2020 - Python
-
Updated
Aug 25, 2020 - HTML
-
Updated
Sep 1, 2020
-
Updated
Aug 8, 2020 - Java
-
Updated
Jul 9, 2020 - Java
-
Updated
Jun 17, 2020 - C++
-
Updated
Aug 30, 2020 - C++
We need to improve the comments explaining the main ideas / insights of the solution
-
Updated
Jun 26, 2020 - C++
-
Updated
Aug 31, 2020 - C++
-
Updated
Aug 30, 2020 - C++
Should check if problem_dirs
is a string before https://github.com/DMOJ/judge-server/blob/master/dmoj/judgeenv.py#L173, otherwise we will be watching nonsense paths,
-
Updated
Aug 31, 2020 - TypeScript
-
Updated
Sep 1, 2020 - C++
-
Updated
Oct 26, 2018 - C++
-
Updated
Apr 3, 2020 - Roff
-
Updated
Oct 10, 2019 - C++
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
Aug 18, 2020 - HTML
-
Updated
Jun 23, 2020 - Python
-
Updated
Oct 28, 2018 - TeX
Description
To run sample tests of problems whose outputs are floating point numbers, we can specify acceptable errors as oj test --error 0.000001
.
I often type as oj t -e 1e-6
but sometimes typo as oj t -e 1e6
. This mistake makes all tests AC.
I want to add a warning for this kind of mistakes.
-
Updated
Aug 25, 2020
-
Updated
Jun 19, 2020 - C++
There are two sets of refactoring that can be performed on our codebase to make them more efficient and utilize the full potential offered by Qt Framework. See below:
- There is no need to explicitly call
delete
on widgets that are allocated on Heap as long as in their constructor we have specified the parent widget for it. Consider this example below:
class Widget: public QObject
-
Updated
Aug 16, 2020 - C++
-
Updated
Jul 19, 2020 - C++
-
Updated
Nov 1, 2019 - C++
Improve this page
Add a description, image, and links to the competitive-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the competitive-programming topic, visit your repo's landing page and select "manage topics."