AdventOfCode-Java
adventOfCode(Language.JAVA); (by SimonBaars)
aoc-2020
Advent of Code 2020 (by aldanor)
Our great sponsors
AdventOfCode-Java | aoc-2020 | |
---|---|---|
9 | 5 | |
15 | 3 | |
- | - | |
8.6 | 0.3 | |
5 months ago | over 1 year ago | |
Java | Rust | |
- | - |
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-26.
-
Now what? (350 stars)
I've tried it a few times and solutions were surprisingly elegant! E.g., 2020-01-p2.
-
[2020] Optimized solutions in C++ (291 ms total)
Figured I'd post my benches as well, see below. Everything done in Rust (link to source).
-
-🎄- 2020 Day 24 Solutions -🎄-
Here's my day 24 in Rust, using SIMD as usual :) (and offset coordinate encoding to make a SIMD-friendly 2-D cell grid)
-
-🎄- 2020 Day 22 Solutions -🎄-
Borrowed both ideas in my version :) On my input your version runs at 3ms, mine in 1.5ms, so it might be faster on some inputs (link). I initially started with something similar to yours but then figured why not use 512-bit ints, so that the notion of 'head' and 'tail' disappears as your head then stays at position 0 (so, e.g., to remove a card, you just right-shift the whole bigint). Also used a tiny bit of simd along the way.
Part 1 + Part 2
What are some alternatives?
When comparing AdventOfCode-Java and aoc-2020 you can also consider the following projects:
Advent-of-Code - Advent of Code
Advent_of_Code_in_Pascal - My solutions to the Advent of Code, in Free Pascal
aoc-2020 - My solutions for https://adventofcode.com
advent-of-code-go - (All 7 years of) adventofcode.com solutions in Go
advent-of-code - My solutions for Advent of Code
advent-of-code-2020 - Answers and solutions for Advent of Code 2020.
advent-of-code-2020
hashbrown - Rust port of Google's SwissTable hash map
adventofcode - Solutions for Advent of Code over the years
hac - HAC Ada Compiler - a small, quick Ada compiler fully in Ada
ruby - The Ruby Programming Language [mirror]