-
Updated
Apr 25, 2021 - TypeScript
#
atcoder
Here are 327 public repositories matching this topic...
Extend your AtCoder
Tools for various online judges. Downloading sample cases, generating additional test cases, testing your code, and submitting it.
-
Updated
Apr 23, 2021 - Python
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
Apr 21, 2021 - C++
Browser extension which parses competitive programming problems
-
Updated
Apr 18, 2021 - TypeScript
Stop stalking and start StopStalking 😉
python
aws
crawling
codechef
spoj
uva
competitive-programming
hackerrank
codeforces
web2py
materializecss
hackerearth
atcoder
programming-contests
hacktoberfest
timus
stopstalk
-
Updated
Apr 18, 2021 - Python
-
Updated
Jul 21, 2019 - Java
Convenient modules & tools for AtCoder users, written in Python 3.6
-
Updated
Apr 25, 2021 - HTML
Problem solving training for computer science students.
python
computer-science
algorithms
cpp
uva
icpc
topcoder
competitive-programming
hackerrank
data-structures
codeforces
online-judges
hackerearth
problem-solving
atcoder
google-code-jam
hackercup
google-kickstart
acpc
facebook-hacker-cup
-
Updated
Apr 24, 2021
AtCoder command line tools
-
Updated
Mar 7, 2021 - TypeScript
Makes judging, compiling, and downloading problems for competitive programming easy.
-
Updated
Apr 18, 2021 - TypeScript
A command line tool to run your code against sample test cases. Without leaving the terminal :)
-
Updated
Dec 18, 2019 - Python
A Cargo subcommand for competitive programming
-
Updated
Apr 23, 2021 - Rust
Competitive programming IDE-as-a-VS-Code-plugin
cpp
contest
codechef
spoj
competitive-programming
codeforces
vscode-extension
atcoder
programming-competitions
-
Updated
Jan 1, 2021 - 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
Feb 27, 2021 - C++
A one-shot tool to harvest submissions from different OJs onto one single VCS managed repository http://bit.ly/harwest
-
Updated
Jan 20, 2021 - Python
Repository of all my submissions to some competitive programming website (Online Judges), as well as, the implementation of some data structures and algorithms.
algorithms
datastructures
graph-algorithms
codechef
spoj
uva
competitive-programming
codeforces
online-judges
algorithm-competitions
hackerearth
problem-solving
atcoder
algorithm-challenges
uri-online-judge
uva-online-judge
contest-programming
-
Updated
Apr 1, 2021 - C++
-
Updated
Sep 19, 2020 - C++
【非公式】AtCoderがもっと楽しくなるリンク集です。有志による非公式サービス・ツール・ライブラリ・記事などをまとめています。
python
blog
cli
documentation
library
books
cplusplus
web-app
userscript
competitive-programming
qiita
awesome-list
japanese-language
atcoder
curated-list
programming-contests
youtubers
google-extension
non-official
-
Updated
Apr 25, 2021 - Shell
Support for Competitive Coding badges to add in readme or portfolio websites.
-
Updated
Mar 28, 2021 - Python
-
Updated
Apr 25, 2021 - C++
Analyze problems of competitive programming and automatically generate boilerplate
python
testing
automation
cpp
templates
competitive-programming
codeforces
code-generation
atcoder
programming-contests
-
Updated
Jan 18, 2021 - Python
AtCoderのパフォーマンス予測を行います
-
Updated
Jan 30, 2021 - TypeScript
Repository of solutions for problems from programming contests and websites
kotlin
algorithms
leetcode
cpp
contest
codechef
spoj
competitive-programming
codeforces
problem-solving
atcoder
uri-online-judge
google-code-jam
codeforces-solutions
atcoder-solutions
problem-solution
uri-solutions
google-kick-start
cses
cses-solutions
-
Updated
Apr 11, 2021 - C++
ac-predictor(UserScript)のソースコード
-
Updated
Jan 23, 2021 - JavaScript
Data Structures, Algorithms, Utility Classes for Competitive Programming, Codeforces: https://codeforces.com/profile/wleung_bvg, AtCoder: https://atcoder.jp/users/wleung_bvg, DMOJ: https://dmoj.ca/user/wleung_bvg
-
Updated
Apr 23, 2021 - C++
kawacchu
commented
Dec 19, 2019
By the way, is assertion in
download_sample_cases
is right?
Ifassert len(list(case.children)) == 2
is not satified, the page contents are not supported byoj
.
Therefore,raise SampleParseError
is prefer to assertion?Anyway, this assertion issue handle by other PR. This PR is mergable.
アサーションはバグ検出のために仕込むものですが、`assert len(list(case.childr
Improve this page
Add a description, image, and links to the atcoder topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the atcoder topic, visit your repo's landing page and select "manage topics."
Users currently store a country, so it would be helpful to list all users in a country in a server. Example of the command could be
ls <country name or iso code>
Which then returns (probably in embed so the users don't get pinged) the users of that country alphabetically ordered.