online-judge
A modern open-source online judge and contest platform system. (by DMOJ)
adventofcode
Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 and 2024 in Scala (by sim642)
online-judge | adventofcode | |
---|---|---|
9 | 718 | |
1,080 | 68 | |
2.3% | - | |
7.6 | 9.1 | |
8 days ago | 5 months ago | |
Python | Scala | |
GNU Affero General Public License v3.0 | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
online-judge
Posts with mentions or reviews of online-judge.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-12.
- DMOJ
-
How should I prepare for Cs post?
For CS, you'll have a headstart if you have a bit of experience with Python and problem-solving. Search around for basic material on Python and if you have the time, attempt some problems on https://dmoj.ca/.
-
What sorts of projects have you been working on?
dmoj.ca ! It's meant more so for competitive coding but some of the problem sets they have fall under the Cryptography category.
- [Learn Programming] Liste des sites Web de défis de programmation
- Programming Test Generator Tool(like Leetcode)
-
Host a mini programming contest
If you want to host something yourself and don't mind doing the setup work, you can run your own instance of PC2 (which was formerly used by the ACM-ICPC contest) or DOMjudge or DMOJ.
-
Becoming World #2 on Leetcode (by Contest Rating)!
The first type of practice is general problem solving. This is where you build up a strong intuition of problem and develop general problem solving techniques (but not memorising a huge list of techniques). Of course, the only way to improve is to do lots of problems / contests. For those who are more interested in competitive programming, I really like dmoj.ca (they host contests there as well, sometimes I author some :) ). The second type is just learning new concepts or techniques. I can't comment on courses such as "Grokking the Coding Interview" because I simply haven't done them. What I have enjoyed, however, is the CSES handbook (https://cses.fi/book/book.pdf). The book is very well written, and there is an additional problemset to test the concepts you just learnt at https://cses.fi/problemset/. Some of the concepts taught in the book are a bit out of scope for interviews, but would be great for anyone interested in competitive programming.
-
Python practice website
Personally, I’ve heard good stuff about DMOJ https://dmoj.ca/ Hope it helps :)
-
Privacy respecting or self hosting leetcode alternatives
DMOJ
adventofcode
Posts with mentions or reviews of adventofcode.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-06.
-
-❄️- 2023 Day 6 Solutions -❄️-
On GitHub.
-
-🎄- 2022 Day 21 Solutions -🎄-
My Scala solution – to be cleaned up.
-
Advent of Code (in MiniScript), Day 18
Welcome back to my series of Advent of Code solutions in MiniScript! Day 18 was pretty straightforward, though it presents some interesting choices in how to represent the data -- choices I'm not sure I made optimally.
-
-🎄- 2022 Day 18 Solutions -🎄-
My Scala solution.
-
Late bloomers (that started life closer to 30), how are things going for you?
And I've solved all of the Advent of Code problems so far this year, which is utterly unimportant but still brings me joy.
-
Coding/programming is absolutely fantastic
If you'd enjoy some coding challenges, advent of code (https://adventofcode.com/) is currently going on.
-
Advent of Code (in MiniScript), Day 17
Welcome back to my series of Advent of Code solutions in MiniScript! In Day 17 we got to (sort of) play Tetris. Five different Tetris-like shapes fall into a pit, moved left or right on each step according to the input. The first task is to see how high this stack will grow after 2022 blocks have been dropped in.
- Can someone give me a good idea for C# console app I could make?
- The Empty List
-
Advent of Code (in MiniScript), Day 16
Welcome back to my series of Advent of Code solutions in MiniScript! Day 16 was... how to put this?
What are some alternatives?
When comparing online-judge and adventofcode you can also consider the following projects:
cms - Contest Management System
adventofcode - Solutions for problems from AdventOfCode.com
advent-of-code-jq - Solving Advent of Code with jq
Advent-of-Code - Advent of Code
lovelace-engine - 🚜 Automated and secure testing of code submissions in multiple languages for Project Lovelace.
aoc2021 - Advent of Code 2021 - my answers