SaaSHub helps you find the best software and product alternatives Learn more →
Adventofcode Alternatives
Similar projects and alternatives to adventofcode
-
adventofcode
Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in Scala (by sim642)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
advent-of-code-go
All 9 years of adventofcode.com solutions in Go/Golang; 2015 2016 2017 2018 2019 2020 2021 2022 2023
-
-
-
-
-
-
-
-
-
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better adventofcode alternative or higher similarity.
adventofcode discussion
adventofcode reviews and mentions
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 2022-12-17.
- -🎄- 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 - SaaSHub
www.saashub.com | 4 Oct 2024
Stats
Basic adventofcode repo stats
12
3
8.0
9 months ago
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.