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 →
Adventofcode Alternatives
Similar projects and alternatives to adventofcode
-
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!
-
-
-
advent-of-code-go
All 10 years of adventofcode.com solutions in Go/Golang (and a little Python); 2015-2024
-
-
-
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
adventofcode discussion
adventofcode reviews and mentions
- -🎄- 2022 Day 18 Solutions -🎄-
- -🎄- 2022 Day 15 Solutions -🎄-
-
[2015 Day 7] [c] Kicked my ass!
Here is my solution: https://github.com/fireduck64/adventofcode/blob/master/2015/07/src/Prob.java
- [All Days, All Years] [Java]
-
-🎄- 2021 Day 24 Solutions -🎄-
Java 25/38 https://github.com/fireduck64/adventofcode/blob/master/2021/24/src/Prob.java This involved a recursive sweep through the model number space while memoizing on the current register values. Basically, after the model number parts are read they don't matter for the recursion so the only state is the register values and the execution line number. So the memoization was able to actually help. Although, to be honest my solution for part 1 only worked because the number was near where I started the search (9s on down) and the part 2 only worked because I guessed (correctly) that the first number was still a nine because I'm on to how much Eric likes to punish us. Execution time around 2 minutes.
- -🎄- 2021 Day 23 Solutions -🎄-
- -🎄- 2021 Day 20 Solutions -🎄-
- -🎄- 2021 Day 19 Solutions -🎄-
- -🎄- 2021 Day 18 Solutions -🎄-
- -🎄- 2021 Day 16 Solutions -🎄-
-
A note from our sponsor - InfluxDB
www.influxdata.com | 1 Sep 2025
Stats
fireduck64/adventofcode is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of adventofcode is Java.
Popular Comparisons
- adventofcode VS AdventOfCodeCSharp
- adventofcode VS advent-of-code
- adventofcode VS aoc2021
- adventofcode VS advent2021
- adventofcode VS advent-of-code-2021
- adventofcode VS Advent_of_Code2021
- adventofcode VS aoc2021
- adventofcode VS aoc22
- adventofcode VS hashmap.c
- adventofcode VS Advent-of-Code-2021-Day16