#
dmoj
Here are 41 public repositories matching this topic...
Solutions to 1500+ problems from DMOJ, SPOJ and URI Online Judge
python
cplusplus
algorithms
spoj
competitive-programming
data-structures
algorithm-competitions
uri-online-judge
dmoj
algorithms-and-data-structures
-
Updated
Mar 3, 2019 - C++
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 5, 2021 - C++
kevinjycui
commented
Sep 14, 2020
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.
- Country class
- [Toggle count
Over 1000+ solutions to various problems that can be found on online judges such as Codeforces, DMOJ, SPOJ, and WCIPEG.
spoj
competitive-programming
codeforces
online-judges
hackerearth
programming-contests
dmoj
contests
algorithms-and-data-structures
wcipeg
platinum-division
-
Updated
Feb 15, 2021 - C++
Competitive Programming Solutions
graph-algorithms
spoj
competitive-programming
programming-contests
dmoj
algorithms-and-data-structures
wcipeg
-
Updated
Mar 15, 2021 - C++
Redoing everything but with c++
graph-algorithms
data-structures
dynamic-programming
algorithm-challenges
dmoj
algorithms-and-data-structures
-
Updated
Apr 15, 2018 - C++
Litmus Online Judge (Site)
-
Updated
Sep 7, 2020 - Python
A collection of templates and solutions for competitive programming.
-
Updated
Apr 3, 2021 - C++
A repository to document my progression in developing, implementing, and polishing my knowledge of algorithms and data structures.
-
Updated
Jul 29, 2019 - TeX
python
c-plus-plus
australian
cpp
aio
c-plus-plus-11
python3
cpp11
informatics
ccc
python2
dmoj
dmoj-judge
olympiad
dmoj-site
-
Updated
Jun 17, 2020 - C++
V8-based JavaScript interpreter for online judging.
-
Updated
May 3, 2020 - C++
Chrome extension for DMOJ to predict contest rating changes.
-
Updated
Apr 26, 2020 - JavaScript
My solutions to problems on various contest platforms (mainly DMOJ, CSAcademy, HackerRank and CodeForces)
contest
competitive-programming
hackerrank
codeforces
dmoj
competitive-programming-contests
hackerrank-solutions
-
Updated
Feb 1, 2021 - C++
Solutions for competitive programming problems found on DMOJ.ca
-
Updated
May 28, 2020 - C++
Compilation of solutions to different problems on competitive programming websites
-
Updated
Oct 15, 2020 - C++
My personal competitive programming solutions, including DMOJ and CCC.
-
Updated
Feb 26, 2021 - Python
My solutions for Advent of Code®, DMOJ, and Exercism
-
Updated
Mar 14, 2021 - Python
Solutions to competitive programming problems using C++
cplusplus
algorithms
competitive-programming
programming-competitions
dmoj
contests
cplusplus-11
programming-concepts
algorithms-and-data-structures
-
Updated
Mar 4, 2021 - C++
My solution to various competitive programming contests. Most problems are from OI contests such as USACO or IOI or from online judges such as https://dmoj.ca/ and https://codeforces.com/
competitive-programming
codeforces
usaco
dmoj
ioi
codeforces-solutions
contest-programming
oi-contests
-
Updated
Mar 30, 2021 - C++
-
Updated
Apr 16, 2019 - Python
Compilation of Solutions to various problems on dmoj.ca
-
Updated
Aug 30, 2019 - Java
Improve this page
Add a description, image, and links to the dmoj topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dmoj topic, visit your repo's landing page and select "manage topics."
We should add a
DMOJ_PROBLEM_STATEMENT_DISALLOWED_CHARACTERS = ('“', '”', '‘', '’')settings option, and validate (at least) problem statements to not contain any of the characters within it.We've tried the social solution, but it's proven hard to enforce.