-
Updated
Apr 15, 2020 - Rust
#
codeforces
Here are 664 public repositories matching this topic...
Common data structures and algorithms in Rust
rust
education
algorithm
algorithms
cookbook
data-structures
codeforces
learn
programming-contests
competition-programmers
General Resources for Competitive Programming
language
algorithm
data-structure
contest
competitive-programming
codeforces
usaco
programming-contests
-
Updated
Jun 8, 2020 - C++
kmyk
commented
Sep 26, 2019
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.
DEPRECATED -> Checkout nishanthvijayan/CoderCalendar-Extensions
-
Updated
Apr 7, 2019 - JavaScript
StudyingFather
commented
Mar 14, 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).
javascript
python
portfolio
google
facebook
algorithm
algorithms
datastructures
cpp
hackathon
interview
codechef
competitive-programming
hackerrank
hackathons
codeforces
hackercup
googlecodejam
venturesity
-
Updated
Jun 6, 2020 - C++
-
Updated
Jul 21, 2019 - Java
raj454raj
commented
Oct 2, 2019
C++ STL Cheat Sheets.
c
cheat-sheets
lists
c-plus-plus
leetcode
cpp
stl
interview
codechef
topcoder
hackerrank
coding
cheatsheet
codeforces
interview-practice
hackerearth
interview-preparation
interviewbit
-
Updated
Oct 2, 2018
CodeForces Algorithms
-
Updated
Jun 9, 2020 - C++
Solutions to problems from various online judges / contest sites.
advent-of-code
solutions
codechef
uva
competitive-programming
hackerrank
codejam
codeforces
online-judges
hackerearth
uva-solutions
atcoder
kattis
hackerrank-solutions
codeforces-solutions
codechef-solutions
acepta-el-reto
hackerearth-solutions
kattis-solutions
atcoder-solutions
-
Updated
Jun 3, 2020 - C++
Visualizes user data from codeforces.com using the official API
jquery
count
chart
js
frontend
contest
competitive-programming
comparison
codeforces
google-charts
codeforces-visualizer
problems-count
tags-chart
-
Updated
Jun 4, 2020 - JavaScript
VastoLorde95's solutions to 2000+ competitive programming problems from various online judges
python
template
algorithm
datastructures
cpp
solutions
codechef
spoj
icpc
competitive-programming
hackerrank
data-structures
codejam
codeforces
hackerearth
timus
spoj-solutions
-
Updated
Feb 15, 2018 - C++
The challenges for algorithm contests, and summary the implementation.
-
Updated
Oct 10, 2018 - Python
A collection of some implementations of data structures and algorithms.
-
Updated
Apr 15, 2020 - C++
krofna
commented
Jan 18, 2020
probably depends on #259
HackerRank, Codeforces, Geeks for Geeks, and LeetCode problem solutions
-
Updated
Oct 7, 2019 - C++
programming-challenge
mathematics
competitive-programming
codeforces
problem-solving
algorithm-challenges
-
Updated
May 24, 2020 - C++
A command line tool to run your code against sample test cases. Without leaving the terminal :)
-
Updated
Dec 18, 2019 - Python
Automates certain common tasks that you do during programming competitions
codechef
codeforces
command-line-tool
programming-competitions
visual-studio-extension
topcoder-arena
-
Updated
Jun 1, 2020 - Haskell
Problem solving training for computer science students.
python
computer-science
algorithms
cpp
uva
topcoder
competitive-programming
hackerrank
data-structures
codejam
acm-icpc
codeforces
online-judge
acm
hackerearth
problem-solving
atcoder
kickstart
contests
hackercup
-
Updated
Jun 2, 2020
Solutions to Codeforces Problems
-
Updated
Jun 4, 2020 - C++
Makes judging, compiling, and downloading problems for competitve programming easy.
-
Updated
Jun 9, 2020 - TypeScript
Competitive programming IDE-as-a-VS-Code-plugin
cpp
contest
codechef
spoj
competitive-programming
codeforces
vscode-extension
atcoder
programming-competitions
-
Updated
May 30, 2020 - Rust
Here is my all problems I'v solve
uri
codechef
spoj
uva
topcoder
hackerrank
acm-icpc
codeforces
zoj
problem-solving
atcoder
programming-contests
timus
tju
a2oj
csacademy
-
Updated
Jan 2, 2020 - C++
contest
codechef
spoj
competitive-programming
hackerrank
codejam
codeforces
hackerearth
competitive
hackerrank-python
competitive-programming-contests
hackerrank-solutions
hackerrank-java
hackerrank-contests
spoj-solutions
competitive-learning
hackerrank-cpp
hackerrank-algorithms-solutions
codeforces-solutions
codechef-solutions
-
Updated
Oct 16, 2019 - C++
Improve this page
Add a description, image, and links to the codeforces topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the codeforces topic, visit your repo's landing page and select "manage topics."
Add a confirmation message before submitting code via
cf submit
, since many times what happens is, by using up-arrow to getcf test
, instead of thatcf submit
gets selected, by mistake due to hurry, and this small mistake might lead to a wrong submission, which would lead to falling in rating. So, a confirmation message beforecf submit
would be helpful to mitigate those mistakes. There