aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/22/solver.lisp
Commit message (Collapse)AuthorAgeFilesLines
* Solved day 22 part 2Oscar Najera2023-01-161-35/+96
| | | | This looks horrible and solution path is hard coded
* some simplificationOscar Najera2023-01-161-6/+6
|
* cross between faces as composed transformationOscar Najera2023-01-161-34/+54
| | | | | This is instead of determining manually the transformations can be deduced visually from the way the field composes.
* walk cubeOscar Najera2023-01-151-25/+49
|
* solve part2 exampleOscar Najera2023-01-151-27/+37
| | | | Realize I can have an arbitrary cube
* moving on cube surfaceOscar Najera2023-01-151-126/+114
|
* track facesOscar Najera2023-01-151-1/+124
|
* Day 22 part1Oscar Najera2023-01-151-0/+105