advent-of-code
By marcin-gryszkalis
adventofcode
Advent of code solutions (by mathsaey)
advent-of-code | adventofcode | |
---|---|---|
8 | 55 | |
2 | 21 | |
- | - | |
4.7 | 7.8 | |
9 months ago | over 1 year ago | |
Perl | Elixir | |
- | - |
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.
advent-of-code
Posts with mentions or reviews of advent-of-code.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-18.
-
-🎄- 2021 Day 19 Solutions -🎄-
Perl (709/665)
-
-🎄- 2021 Day 18 Solutions -🎄-
Perl
-
-🎄- 2021 Day 16 Solutions -🎄-
Perl Original solution was full of substr(), in last commit it's much more tidy... I left few die() asserts here and there in case I wanted to mess with the code again ;)
-
-🎄- 2021 Day 14 Solutions -🎄-
Perl I expected second part to make a surprise and do something different than just increase number of loops - but It didn't :)
-
-🎄- 2021 Day 13 Solutions -🎄-
Perl Quick and simple with hash instead of table; Stupid mistake to start with last instruction instead of first (pop/shift) on stage 1 took like 10 minutes...
-
-🎄- 2021 Day 11 Solutions -🎄-
Perl 754/924 First day in under-1000 zone :) Pretty straightforward code.
-
-🎄- 2021 Day 10 Solutions -🎄-
Perl No stacks, regexps ftw ;)
-
-🎄- 2021 Day 5 Solutions -🎄-
perl 939/1020, cleaned up - on the rush I forgot about <=> operator...
adventofcode
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 2023-12-09.
-
-❄️- 2023 Day 10 Solutions -❄️-
Part one went fairly fast, but spent quite some time on getting part two right. I settled on the approach of just iterating over the grid and using a boolean to see if I had to count elements or not. However, I had some issues figuring out when to swap, this post by /u/rogual helped me figure it out. After that I lost quite some time on an error that only occurred with my input, not with the example input. It turned out that my loop (which I take form my p1 solution) didn't include the start node, which caused all sorts of counting issues.
-
-❄️- 2023 Day 4 Solutions -❄️-
[Language: Elixir] https://github.com/mathsaey/adventofcode/blob/master/lib/2023/4.ex
- -🎄- 2022 Day 25 Solutions -🎄-
- -🎄- 2022 Day 24 Solutions -🎄-
- -🎄- 2022 Day 23 Solutions -🎄-
- -🎄- 2022 Day 22 Solutions -🎄-
- -🎄- 2022 Day 21 Solutions -🎄-
- -🎄- 2022 Day 20 Solutions -🎄-
- -🎄- 2022 Day 19 Solutions -🎄-
- -🎄- 2022 Day 18 Solutions -🎄-
What are some alternatives?
When comparing advent-of-code and adventofcode you can also consider the following projects:
advent-of-code-2021 - Code I used for solving https://adventofcode.com/2021
aoc2021 - Advent of Code 2021 - my answers
aoc2021 - Advent of Code 2021, this time in Go
adventofcode - Advent of Code challenge solutions
adventofcode - Solutions for problems from AdventOfCode.com
adventofcode - Answers to Advent of Code