Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Adventofcode Alternatives
Similar projects and alternatives to adventofcode
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
adventofcode
Solutions for problems from AdventOfCode.com (by bhosale-ajay)
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
advent-of-code-go
All 8 years of adventofcode.com solutions in Go/Golang; 2015 2016 2017 2018 2019 2020 2021 2022
-
-
advent-2021
[Moved to: https://github.com/Crazytieguy/advent-of-code] (by Crazytieguy)
-
-
-
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
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
-
-🎄- 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 -🎄-
-
My personal spaceship shuttle for the Nauvis solar system blasting away asteroids (Space Exploration + K2)
https://github.com/fireduck64/adventofcode I did all of 2019. I'm working on 2018 and 2020 (obviously).
-
A note from our sponsor - Onboard AI
getonboard.dev | 9 Dec 2023
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.