competitive-programming
Here are 2,064 public repositories matching this topic...
-
Updated
Mar 4, 2020 - HTML
Notepad++界面的GIF需要处理
没错,我来杠自己写的文章【滑稽】
刚刚翻了一下Notepad++ - OI Wiki这个页面,发现GIF或许有碍阅读,一个GIF加载需要较长时间,对于网速慢的同学就是一场灾难
目前可以考虑在GIF之外再写一遍文字,但是GIF还是会占用加载时间;或者页面只保留文字,给一个GIF的链接;再不济只保留文字,删去GIF
欢迎投票:)
Add resources to R
Add resources for R language - books, blogs, video lessons, etc.
-
Updated
Mar 4, 2020 - Java
-
Updated
Mar 3, 2020 - Java
-
Updated
Mar 3, 2020 - C++
We need to improve the comments explaining the main ideas / insights of the solution
Add the Divisor Sum property of Euler's Totient Function and an algorithm to calculate Totients from 1 to n in O(n ln(ln(n))) which can be really helpful especially in Competitive Programming.
I'll soon send a PR for this.
-
Updated
Mar 4, 2020 - C++
Log-to-site packet
Sometimes it'd be useful for the judge to be able to send some log packets to the site, where they can be logged through Django's logger. This would enable certain messages to be filtered and logged to more visible places (e.g., Slack).
For example, if a judge fails to initialize a runtime, this should be reported to somewhere an admin can see, even if it's not a fatal error.
We're mixing snake_case, camelCase and UpperCamelCase. I think we should go with camelCase except where consistency with STL is desired (like defining a lower_bound method)
-
Updated
Feb 23, 2020 - 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?
When you run the database migrations as a user that differs from the webserver / FPM user, the var/cache/prod (or dev) directory will be owned by that user, since we use a Symfony shell command to migrate and load initial data.
If you then want to do anything in DOMjudge, it will crash.
We have multiple people run into this already, so we should probably fix it. Or at least add a clear not
-
Updated
Mar 3, 2020 - C++
-
Updated
Mar 2, 2020 - Python
-
Updated
Mar 3, 2020 - C++
-
Updated
Mar 4, 2020 - TypeScript
-
Updated
Mar 2, 2020 - TeX
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
Mar 3, 2020 - HTML
-
Updated
Feb 29, 2020 - C++
-
Updated
Mar 3, 2020 - C++
-
Updated
Feb 29, 2020
-
Updated
Mar 3, 2020 - Java
-
Updated
Mar 4, 2020 - C++
-
Updated
Feb 29, 2020
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.