advent-of-code
By asciiphil
AdventOfCode
My Advent of Code solutions. I also upload videos of my solves: https://www.youtube.com/channel/UCuWLIm0l4sDpEe28t41WITA (by jonathanpaulson)
Our great sponsors
advent-of-code | AdventOfCode | |
---|---|---|
13 | 14 | |
- | 93 | |
- | - | |
- | 6.8 | |
- | 5 months ago | |
Python | ||
- | - |
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-23.
-
-🎄- 2021 Day 24 Solutions -🎄-
So I spend more time analyzing the input calculation. I wrote up that analysis and committed it to my repository, too.
-
-🎄- 2021 Day 14 Solutions -🎄-
This was a bit difficult. My original part one solution worked completely differently to what I had to do for part two.
-
-🎄- 2021 Day 12 Solutions -🎄-
My solution in Common Lisp, 2335/2041.
-
-🎄- 2021 Day 11 Solutions -🎄-
No. It's just here, as part of my Advent of Code repository.
-
[2021 Day 9] Cave Floor Relief Map
The code is at the bottom of my day 9 source file, in Common Lisp. (The AdvMAME3x code was something I originally wrote for my 2020 day 20 visualization.)
-
-🎄- 2021 Day 4 Solutions -🎄-
As a side note, I took inspiration from a post the other day about adding AoC badges to your repository README file. I use GitLab, which lets you define badges as properties of your repository. So I added badges to my repository's header area, driven by a JSON file in the repository. The JSON file is updated manually by a script. (I might add some automated updates at some point, but manual works okay for now.)
-
-🎄- 2021 Day 2 Solutions -🎄-
Probably overkill, because I parsed the instructions into instances of my point class. I tend to default to that for coordinates nowadays (as opposed to just using complex numbers) because it generically extends to arbitrary numbers of dimensions. Just in case.
-
[2020 Day 20 (part 2)] Video of the Tile Assembly
The code is here: https://gitlab.com/asciiphil/advent-of-code/-/blob/master/2020/20.lisp It's in Common Lisp. There are quite a few hacks, copied-and-pasted code, and other blemishes. Toward the end, I just wanted to get something done, even if the code didn't turn out pretty.
-
-🎄- 2020 Day 24 Solutions -🎄-
My solution in Common Lisp.
-
-🎄- 2020 Day 23 Solutions -🎄-
For part two, I first tried rewriting my code with a circular list structure I wrote for Advent of Code 2018 day 9 (Marble Mania). I figured the mutable circular list implementation would be more performant. It was, but nowhere near enough.
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 2021-12-19.
-
[2021 day21 part 2] Why is my DP-based solution so slow?
I think I have the same solution as /u/jonathan_paulson (see his comment and his code)
-
-🎄- 2021 Day 20 Solutions -🎄-
135/99. Python. Video coming soon.
-
-🎄- 2021 Day 19 Solutions -🎄-
85/71. Python. Video of me solving. Takes 10s to do both parts in pypy3.
-
[2021 Day 18] When you check the leaderboard first and see most people taking 30+ minutes
And e.g. Jonathan Paulson never uses any libraries and always starts basically from scratch.
-
-🎄- 2021 Day 18 Solutions -🎄-
46/40. Python
-
-🎄- 2021 Day 11 Solutions -🎄-
2/2! Best day so far! Python. Video of me solving.
-
-🎄- 2021 Day 5 Solutions -🎄-
Python. 154/251 :( Video of me solving.
-
-🎄- 2021 Day 4 Solutions -🎄-
Python. 30th on part 1; 15th on part 2. Video of me solving.
-
-🎄- 2021 Day 3 Solutions -🎄-
Python 39/229. Video of me solving. Rough day for me, including accidentally deleting all my code (!) during part 2, and misreading part 2.
-
-🎄- 2021 Day 2 Solutions -🎄-
Python 8/6th :) Video of me solving: https://youtu.be/e3_iiz_6bFw
What are some alternatives?
When comparing advent-of-code and AdventOfCode you can also consider the following projects:
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 - My solutions for Advent of Code
adventofcode - My solutions to the Advent of Code challenges
advent-of-code-go - (All 7 years of) adventofcode.com solutions in Go
AdventOfCode2021 - Advent of code 2021
Advent-of-Code - Advent of Code
adventofcode - Advent of code solutions
adventofcode - Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020 and 2021 in Scala
advent-of-code
AoC - my personal repo for the advent of code yearly challenge
aoc - Advent of Code solutions