-
Updated
Oct 2, 2020 - HTML
programming-contests
Here are 288 public repositories matching this topic...
-
Updated
Sep 21, 2020 - Rust
-
Updated
Oct 3, 2020 - C++
-
Updated
Sep 13, 2020 - C++
-
Updated
Sep 29, 2020 - Python
-
Updated
Oct 3, 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.
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
May 5, 2019 - JavaScript
-
Updated
Oct 3, 2020 - C++
-
Updated
Apr 7, 2019 - JavaScript
-
Updated
Sep 28, 2020 - Python
-
Updated
Mar 17, 2020 - C++
-
Updated
Oct 2, 2020 - C++
-
Updated
Jun 30, 2019 - C++
-
Updated
Sep 25, 2020 - JavaScript
Description
該当ページ:
- https://online-judge-tools.github.io/verification-helper/
- https://online-judge-tools.github.io/verification-helper/setup.py
- https://online-judge-tools.github.io/verification-helper/onlinejudge_verify_resources/_layouts/__init__.py など
.verify-helper/docs/_config.yml
での exclude の指定漏れ
Other notes
- Will you try to create a pull request?
- no
-
Updated
Oct 1, 2020 - C++
-
Updated
Oct 2, 2020 - C++
-
Updated
Jul 30, 2020 - Python
-
Updated
Oct 2, 2019 - C++
-
Updated
Apr 5, 2020 - Python
-
Updated
Feb 10, 2020 - Python
-
Updated
Oct 2, 2020 - C++
https://www.youtube.com/channel/UCuWLIm0l4sDpEe28t41WITA
Lots of CSES video solutions, we should add to the solution!
-
Updated
Apr 7, 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."
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.