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. Learn more →
Advent-of-code Alternatives
Similar projects and alternatives to advent-of-code
-
adventofcode
Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 and 2024 in Scala (by sim642)
-
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!
-
-
-
-
-
-
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.
-
-
-
-
-
-
-
-
-
-
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
-
-🎄- 2022 Day 12 Solutions -🎄-
I implemented it with A*. For part two, I just ran A* concurrently on every coord with starting point A, which is actually very easy in Rust! (I mostly did this to learn about concurrency in Rust. It's about 4 times faster than just running A* one by one.)
-
-🎄- 2022 Day 6 Solutions -🎄-
A less clever Rust solution which maintains a vector of "last few chars". At each iteration, that vector is cast to a set to check for uniqueness. Technically still O(N):
-
-🎄- 2022 Day 4 Solutions -🎄-
Rust solution which implements contains/overlaps extensions for the `Range` type: https://github.com/noahtallen/advent-of-code/blob/trunk/src/y2022/day4.rs
-
-🎄- 2022 Day 2 Solutions -🎄-
Very non-clever implementation with a lot of enums... maybe one layer too many of enums :)
-
A note from our sponsor - InfluxDB
www.influxdata.com | 2 Sep 2025
Stats
The primary programming language of advent-of-code is Rust.
Popular Comparisons
- advent-of-code VS advent-of-code
- advent-of-code VS AdventOfCodeCSharp
- advent-of-code VS AoC
- advent-of-code VS aoc
- advent-of-code VS advent-of-code
- advent-of-code VS Advent-of-Code
- advent-of-code VS advent-of-code
- advent-of-code VS adventofcode
- advent-of-code VS adventofcode
- advent-of-code VS AoC2022