aoc
Advent of Code solutions (by sjmulder)
AdventOfCode
My Advent of Code solutions. I also upload videos of my solves: https://www.youtube.com/channel/UCuWLIm0l4sDpEe28t41WITA (by jonathanpaulson)
aoc | AdventOfCode | |
---|---|---|
21 | 26 | |
24 | 403 | |
- | 0.0% | |
7.6 | 7.9 | |
6 months ago | 6 months ago | |
C | Python | |
- | - |
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.
aoc
Posts with mentions or reviews of aoc.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-02.
-
[2016 all days] [C] Advent of Code 2016 in C
Personally I just stick to raw arrays for most days, usually with static storage (so pre-allocated). Keeps things simple! Here's my repo.
-
-🎄- 2022 Day 22 Solutions -🎄-
- C -
-
[2022 Day 21 (Part 2)] Well, that's a new one for me...
Here's my solution. Sorry, I did go a bit overboard making it compact.
-
[2022 Day 18] I'm the only one?
That was one heck of a tough day but also very satisfying. I spent quite some time working out a 3D rectangle splitting/merging algorithm on paper and then I had to go and implement that in C. It turned out pretty clean and idiomatic, if I may say so!
-
[2022 Day 12] Flood fill
This was my first attempt (or at least in a very long time) at generating video. Here I'm generating raw RGB frames in memory and writing them to ffmpeg, which works well enough but it's a little primitive.
-
[2022] Writing C solutions the way Dennis intended it
At 50 year sold and very stable, C must be one of the easiest languages to get working on old machines. Required just some of the polyfills I wrote back in 2020.
-
-🎄- 2022 Day 6 Solutions -🎄-
My original solution checked every character against every other character, which performed perfectly fine even for 14 chars, but it felt wrong.
-
-🎄- 2022 Day 4 Solutions -🎄-
- C -
-
-🎄- 2021 Day 25 Solutions -🎄-
First a straightforward solution with a double buffer, later realised you could do it in-place by just holding onto one value per row/column.
-
-🎄- 2021 Day 24 Solutions -🎄-
First wrote a short AWK program to convert the input to C and play with it while running a hopeless brute force attempt.
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 -❄️-
[LANGUAGE: Python 3] 20/50. Solution. Video.
-
-🎄- 2022 Day 24 Solutions -🎄-
Python3, 90/55. Video coming soon. Code.
-
-🎄- 2022 Day 19 Solutions -🎄-
Python3, 5/5. Video. Code. I'm now in second place overall!
-
-🎄- 2022 Day 16 Solutions -🎄-
C++, 41/412. Video. Code. My C++ code runs in about 70 seconds (for both parts).
-
-🎄- 2022 Day 13 Solutions -🎄-
Python3, 31/31. Video. Code.
-
-🎄- 2022 Day 12 Solutions -🎄-
Python3, 75/41. Wrote my BFS from scratch! Video coming soon. Code.
-
-🎄- 2022 Day 8 Solutions -🎄-
Python3, 353/412. Video on its way; I had some recording issues today. Code.
-
-🎄- 2022 Day 7 Solutions -🎄-
Python3, 9/4! Video. Code. I'm happy to make the top 10!
-
-🎄- 2022 Day 6 Solutions -🎄-
Python3 19/24. Video. Code. Quick one today!
-
-🎄- 2022 Day 3 Solutions -🎄-
Python3 116/50. Video. Code. Got a wrong answer on part1 :(
What are some alternatives?
When comparing aoc and AdventOfCode you can also consider the following projects:
advent-of-code-jq - Solving Advent of Code with jq
advent-of-code
adventofcode - https://adventofcode.com
advent-of-code
aoc-21 - Advent of Code 2021
Advent-of-Code - Advent of Code