Gus Lipkin’s Awesome Code
Welcome to my Advent of Code book! All of my solutions are in R with varying degrees of complexity and documentation.
Under Construction
I’m still working on getting the 2021 and earlier puzzles converted to Quarto. The star chart below is accurate, even if I don’t have the solutions posted here just yet.
Star Chart
My Favorite Solutions
- 2016-12 and 2017-08: I created a small assembly style computer that solves the problems for me given a set of registers and instructions.
-
2021-09: I used the
dbscan
clustering method to solve a path finding issue. - 2022-04: While not my fastest part 1, part 2 took me just 38 seconds!
- 2022-11: I used S3 Classes and function factories for the first time, and got just a little bit better at recursion.