competitive-programming
Here are 2,356 public repositories matching this topic...
Is there a reason why in travis CI config the command black --check . || true
is run? I don't see the point in checking if files needs to be reformatted if it's just going to be ignored anyways.
Currently running black --line-length 127 --check .
-> 399 files would be reformatted, 74 files would be left unchanged.
In additio
-
Updated
Jan 14, 2020 - HTML
add git 使用指南
首先,十分欢迎你来给 OI WIki 开 issue,在提交之前,请花时间阅读一下这个模板的内容,谢谢合作!
- 希望添加的是什么?
git 使用指南
- 英文叫什么?
git-guidebook
- 有什么参考资料?
https://git-scm.com/docs
https://git-scm.com/book/zh/v2
issue 标题请写为 'add ' + 要添加的内容
然后可以在 htc 里 link 一下。(我刚开始写 Wiki 的时候就不知道怎么做到“一个 pr 只干一件事”)
左/右位移沒有解釋UB的情況
Some possible suggestions are - sites which teach algorithms, sites which interactively visualize different algorithms. Also, notebooks/question pages of ACM themed contests can be added.
-
Updated
May 12, 2020 - Java
-
Updated
Apr 14, 2020 - Java
-
Updated
Jul 23, 2019 - C++
We need to improve the comments explaining the main ideas / insights of the solution
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.
-
Updated
May 1, 2020 - C++
-
Updated
May 17, 2020 - C++
should take a functor, not a function pointer(done in #74)- should only return once
b - a
is smaller than 1/k times the original interval size
...the same way we do during self-testing after #545.
-
Updated
Oct 26, 2018 - C++
Do you think a more detailed README file describing each source code file in the "code" folder might be made available in the future?
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 21, 2020 - TypeScript
-
Updated
May 13, 2020 - C++
-
Updated
Oct 28, 2018 - TeX
-
Updated
May 7, 2020 - Python
-
Updated
Jan 28, 2020 - C++
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 3, 2020 - Roff
-
Updated
May 15, 2020 - HTML
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
-
Updated
Nov 1, 2019 - C++
-
Updated
Dec 23, 2019 - C++
-
Updated
Apr 19, 2020
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).
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."
https://mybinder.org/ Should I make a binder ? :) Or if there is a binder link, it's well hidden.