AdventOfCode-Java
adventOfCode(Language.JAVA); (by SimonBaars)
aoc-2020
My solutions for https://adventofcode.com (by ScottBailey)
Our great sponsors
AdventOfCode-Java | aoc-2020 | |
---|---|---|
9 | 6 | |
15 | 0 | |
- | - | |
8.6 | 0.0 | |
5 months ago | 6 months ago | |
Java | C++ | |
- | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
AdventOfCode-Java
Posts with mentions or reviews of AdventOfCode-Java.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-19.
- -🎄- 2021 Day 20 Solutions -🎄-
-
-🎄- 2021 Day 17 Solutions -🎄-
Java https://github.com/SimonBaars/AdventOfCode-Java/blob/master/src/main/java/com/sbaars/adventofcode/year21/days/Day17.java
- -🎄- 2021 Day 16 Solutions -🎄-
- -🎄- 2021 Day 14 Solutions -🎄-
- -🎄- 2021 Day 11 Solutions -🎄-
- -🎄- 2021 Day 4 Solutions -🎄-
-
-🎄- 2020 Day 25 Solutions -🎄-
Java Today was very easy, but it took me considerable effort to wrap my mind around the problem. I was almost about to do a multithreaded solution when I facepalmed and implemented what I actually had to implement.
-
-🎄- 2020 Day 24 Solutions -🎄-
Java
-
-🎄- 2020 Day 22 Solutions -🎄-
Java Fun day, I like space cards. I had minor Vietnam flashbacks to the spacecards of last year, but luckily it was nothing like that. Some takeaways:
aoc-2020
Posts with mentions or reviews of aoc-2020.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2020-12-23.
-
-🎄- 2020 Day 24 Solutions -🎄-
C++ part2 215ms on my laptop
-
-🎄- 2020 Day 22 Solutions -🎄-
C++ part2 35ms or so
Get the repository, then you can use cmake to build it like I do, or just use command line. If you want to test it with circular_buffer, you'll need boost, too!
In part1, though, vector was repeatably faster than circular_buffer. About 40us for vector and 70us or so for circular buffer. I expected circular buffer would out perform vector for this task.
-
2020 Day 21 Solutions
C++ part1 part2
-
2020 Day 20 Solutions
C++ part2 - less than 2ms on my laptop. Took forever to write. Lots of missteps. And room for improvement!
What are some alternatives?
When comparing AdventOfCode-Java and aoc-2020 you can also consider the following projects:
Advent-of-Code - Advent of Code
ruby - The Ruby Programming Language [mirror]
aoc-2020 - My solutions to Advent of Code 2020.
AdventOfCode - My Advent of Code solutions. I also upload videos of my solves: https://www.youtube.com/channel/UCuWLIm0l4sDpEe28t41WITA
aoc2020 - Advent of Code 2020
aoc-2020 - Advent of Code 2020
AoC2020 - Programs for Advent of Code 2020
advent-of-code - My solutions for Advent of Code
advent-of-code-go - (All 7 years of) adventofcode.com solutions in Go
aoc2020 - Advent of Code 2020 - my answers
hac - HAC Ada Compiler - a small, quick Ada compiler fully in Ada