Advent of Code 2021 Solutions
Solutions to the 2021 edition of Advent of Code.
Running
Simply php day01.php
and so forth should do the trick!
Lessons Learned
Some learned lesson for each day:
- Rushing first requires cleanup later.
- Many modern languages are very similar.
- Bitwise operators require refresher courses.
- Mutability can blindside you.
- Learning a language as you go makes you slow.
- Functional(ish) syntax would be very nice!
- Math can be intuitive.
- Wisdom lies with the crowd. I am not wise.
- TODO
- TODO
- TODO
- TODO
- TODO
- TODO
- TODO
- TODO
- TODO
- TODO
- TODO
- TODO
- TODO
- TODO
- TODO
- TODO
- TODO
Compendium Repositories
I've created a browser extension for Google Chrome and Mozilla Firefox. It is open source to spice up your private leaderboard page with graphs if you want to contribute!
In addition, you can also check my previous editions' repositories:
- Advent of Code 2017 solutions, in JavaScript
- Advent of Code 2018 solutions, in C#
- Advent of Code 2019 solutions, in Python
- Advent of Code 2020 solutions, in TypeScript