aoc
π My solutions and walkthroughs for Advent of Code (https://adventofcode.com) and more related stuff. (by mebeim)
advent_of_code
By cgreening
Our great sponsors
aoc | advent_of_code | |
---|---|---|
12 | 3 | |
257 | 1 | |
- | - | |
8.4 | 5.4 | |
6 days ago | 5 months ago | |
Python | TypeScript | |
GNU General Public License v3.0 or later | - |
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.
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 2021-12-23.
- AdventOfCode 2021, giorno 24
-
-π- 2021 Day 24 Solutions -π-
Copy paste the equations into a Python script and solve for the maximum/minimum using the Z3 solver, which this time can manage to work in a decent runtime (~30s).
Same! I have my 2018 d19 decompiled here. I just love throwing gcc -Ofast at stuff.
- AdventOfCode 2021, giorno 21
-
are there any advent of code walkthrough websites recommend for me?
Are there any advent of code walkthrough website (code + explanation) which I can read and learn rather than try and get stuck? I found one github website by mebeim which it is great. I'd like to read more and understand other method to solve the puzzle. Anyone could recommend me more please?
-
-π- 2021 Day 15 Solutions -π-
Thanks to this explanation I now understand why the graph must be directional.
-
Peter Norvig's βpytudesβ for Advent of Code 2020
If you like this, you will love https://github.com/mebeim/aoc/tree/master/2020
The guy created very clean python solutions, and very insigthful walkthrough (although a bit wordy some times). It was my go to repo after validating my solutions on AoC (he managed to publish daily during the whole challenge !).
-
[2020] [Nim] All days in less than 1 second
Oh yeah, it's little less than 1s with PyPy (I talked about how I tried optimizing it in my walkthrough), which is still pretty slow if you ask me. However the slowest day for me was day 24 :( couldn't do much about it, takes 2s even with PyPy (suggestions for improvement welcome).
-
2020 Day 19 Solutions
Python 3 clean solution - alternative [ab]using only Python's re module - walkthrough of both.
-
-π- 2020 Day 22 Solutions -π-
Python 3 solution - Walkthrough
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-16.
-
-π- 2021 Day 17 Solutions -π-
Brute force like most people I think - kept wondering if there was going to be some horrible gotcha that meant brute force would not work, but it did.
- -π- 2021 Day 16 Solutions -π-
-
-π- 2020 Day 22 Solutions -π-
part1
What are some alternatives?
When comparing aoc and advent_of_code you can also consider the following projects:
hashbrown - Rust port of Google's SwissTable hash map
Advent-of-Code - C# solutions for Advent of Code puzzles
AoC - my personal repo for the advent of code yearly challenge
Advent_of_Code_in_Pascal - My solutions to the Advent of Code, in Free Pascal
AdventOfCode-rs - The https://adventofcode.com in idiomatic declarative Rust
advent-of-code - For sharing my adventofcode.com solutions
Advent-of-Code-2021-Day16