aboutsummaryrefslogtreecommitdiff
path: root/2022/puzzle-7.lisp
AgeCommit message (Collapse)Author
2023-10-17split-by->split-by-first, split-completely->split-by-completelyAryadev Chavali
2023-10-17FINALLY figured out the solution to puzzle 7Aryadev Chavali
Easy problem once I figured out the trick to constructing an inherently stateful structure with backwards pointer references (at least the first way I would've made it) into a functional alist solution. Very cool.
2023-10-17Made a rough sketch comment of puzzle-7 structureAryadev Chavali
2023-10-17Current implementation of puzzle-7Aryadev Chavali
Not complete, dunno what to do for parsing and handling CD commands.