aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/16/solver.lisp
Commit message (Expand)AuthorAgeFilesLines
* appropriate only does check no next-options redefOscar Najera2022-12-191-14/+10
* run test on makefile not on scriptOscar Najera2022-12-181-1/+0
* Logical path test instead of memberOscar Najera2022-12-181-23/+21
* unify solution with part1Oscar Najera2022-12-181-42/+13
* track current flow in place not on sorting. SpeedupOscar Najera2022-12-181-13/+23
* test cleanupOscar Najera2022-12-181-16/+23
* ??graph to hashtableOscar Najera2022-12-181-9/+13
* some cleanupsOscar Najera2022-12-181-50/+61
* Solving day 16Oscar Najera2022-12-181-24/+95
* Return optimal path tooOscar Najera2022-12-181-17/+21
* LISP solve part 1 day 16Oscar Najera2022-12-181-99/+35
* traverse but not optimumOscar Najera2022-12-181-24/+120
* lisp try day 16Oscar Najera2022-12-181-0/+64