AdventOfCode-Java
adventOfCode(Language.JAVA); (by SimonBaars)
AoC
my personal repo for the advent of code yearly challenge (by Fadi88)
Our great sponsors
AdventOfCode-Java | AoC | |
---|---|---|
9 | 30 | |
15 | 9 | |
- | - | |
8.6 | 9.0 | |
5 months ago | 5 months ago | |
Java | Python | |
- | The Unlicense |
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
Posts with mentions or reviews of AoC.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-17.
-
Optimal algo for 2021 Day 19?
Check mine https://github.com/Fadi88/AoC/blob/master/2021/day19/main.rs Just checking orientation invariant property to get matching sensors and form there calucte rotation
-
[2021 Day 19] How are there 48 different rotations?
check my solution
-
-🎄- 2021 Day 23 Solutions -🎄-
python incomplete
-
[2021 Day 21 (Part2)] Could someone explain the solution like I'm 5?
i would like to think that my code is a bit readable (i hope)
-
-🎄- 2021 Day 22 Solutions -🎄-
rust
-
[2021 Day 19] How to calculate overlaps?
feel free to check my code
-
-🎄- 2021 Day 19 Solutions -🎄-
rust ported from python
wow , just finished mine, not feeling so well about it, it tripled in size not being able to do comprehension in rust and having to explicitly specify every data tpye :/ https://github.com/Fadi88/AoC/blob/master/2021/day19/main.rs this gets around 1.4 second in release mode on the same machine
-
[2021 Day 17] Never use Math when you can use brute force!
My math solution brute force velocity pairs but check for only 4 or 5 point max per pair and in python takes 40ms for part 2 code
-
-🎄- 2021 Day 17 Solutions -🎄-
python modeling the equations was the way to go no need to loop over all time steps to get the en position, just using equations of motion
What are some alternatives?
When comparing AdventOfCode-Java and AoC you can also consider the following projects:
Advent-of-Code - Advent of Code
Advent-of-code-2021-golang - Advent of code 2021 Go solutions
advent-of-code - My solutions for Advent of Code
advent-of-code-2021
aoc-2020 - My solutions for https://adventofcode.com
adventofcode - Solutions for problems from AdventOfCode.com
AdventOfCode2021 - Solutions to all 25 AoC 2021 problems in Rust :crab: Less than 100 lines per day and under 1 second total execution time. With competitive global leaderboard placements! :christmas_tree:
aoc-2020 - Advent of Code 2020
adventofcode - Solutions for Advent of Code over the years
advent-of-code-go - (All 7 years of) adventofcode.com solutions in Go
aoc2021 - Advent of Code 2021 Solutions
advent-of-code-kotlin - Advent of code 2021 - Kotlin