SaaSHub helps you find the best software and product alternatives Learn more →
Advent_of_code Alternatives
Similar projects and alternatives to advent_of_code
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
advent-of-code
Discontinued My Advent of Code answers [GET https://api.github.com/repos/tcsullivan/advent-of-code: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by tcsullivan)
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
advent_of_code discussion
advent_of_code reviews and mentions
-
-❄️- 2023 Day 11 Solutions -❄️-
Luckily my part 1 solution was similar enough that I didn't need to change a lot to generalize it for part 2. Of course, I did start off by actually adding rows and columns to the image, so that approach had to change. But the way I counted galaxies was the same, so it was a pretty easy thing to amend.
-
-❄️- 2023 Day 10 Solutions -❄️-
Whew, this one was for sure the trickiest so far. Couldn't quite figure out what to google to find the right mathy stuff, so in the end I went with a hackier solution. It's for sure not pretty and a lot of copied code between the parts, but it works. Essentially I replace all non-loop tiles with a ., then I walk through the loop again always looking to the left and to the right. One of those will be inside, one will be outside. I figure out which is which, then I do a flood fill (bfs) on all the inside nodes to find everything.
-
-❄️- 2023 Day 9 Solutions -❄️-
I resisted the urge to do this in some clever numpy way. But this really felt like a problem meant for vectorized diff functions. Or for some neat recursive solution. I just went for something pretty straightforward and part 2 was not so nasty today :)
-
-❄️- 2023 Day 8 Solutions -❄️-
Started off by just trying brute force for part 2. But I figured it would not go so well, given the emphasis on "significantly more steps". So I went back and verified, and all of the paths are actually cycles :)
-
-❄️- 2023 Day 7 Solutions -❄️-
Solution here. I really wanted to make a common score function for part 1 and part 2, but in the end decided it's not worth the extra energy to figure it out in a clean way so I did it because my brain couldn't shut up about it. I still like my approach, where I just generate a score string for each hand, and then sort the input list with it.
-
-❄️- 2023 Day 6 Solutions -❄️-
Very fun day. Right now just iterating over speeds (but prettily, with one-liner list comprehension stuff). Thinking about the math, this sounds like solving two quadratic equations. Which I might try later :)
-
[2023 Day 5 (Part 2)] What was you approach, and how long did it take? (spoilers)
I don't merge ranges, but mapping a range takes roughly the same time for me as mapping a number. I just check if the input range is completely inside, otherwise i split it. So it's in the same order of magnitude as problem 1. Check out my solution, I feel I'm not explaining it well. Code is ugly but maybe clear enough.
-
-❄️- 2023 Day 1 Solutions -❄️-
I was quite surprised to see so many struggling with this. But I think that's because I didn't run in to problems with the tricky edge cases with my solution, so I never thought of them.
-
A note from our sponsor - SaaSHub
www.saashub.com | 1 Sep 2025
Stats
The primary programming language of advent_of_code is Python.
Popular Comparisons
- advent_of_code VS AoC_23
- advent_of_code VS aoc-public
- advent_of_code VS aoc2023-rs
- advent_of_code VS coding-challenges
- advent_of_code VS adventofcode
- advent_of_code VS AdventOfCode2023
- advent_of_code VS AdventOfCode2023
- advent_of_code VS advent-of-code-23
- advent_of_code VS AOC_2023
- advent_of_code VS AoC2023