-
Updated
Aug 5, 2020 - Python
competitive-programming
Here are 2,787 public repositories matching this topic...
-
Updated
Aug 29, 2020 - Python
-
Updated
Aug 25, 2020 - HTML
-
Updated
Aug 29, 2020
-
Updated
Aug 8, 2020 - Java
-
Updated
Jul 9, 2020 - Java
-
Updated
Jun 17, 2020 - C++
-
Updated
Aug 29, 2020 - C++
We need to improve the comments explaining the main ideas / insights of the solution
-
Updated
Jun 26, 2020 - C++
-
Updated
Aug 23, 2020 - C++
-
Updated
Jun 26, 2020 - C++
Currently, the bridged interactive grader will raise a CompileError
if the interactor fails to compile. This is incorrect, and should be an InternalError
instead.
Additionally, check_result
will swallow any IEs if the submission's result_flag
is non-zero.
This can lead to the case where the interactor crashes, and the submission reports an RTE/IR due to being unable to read from stdin.
-
Updated
Aug 29, 2020 - TypeScript
-
Updated
Aug 29, 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
Oct 28, 2018 - TeX
-
Updated
Jun 23, 2020 - Python
-
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."