aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/16
Commit message (Collapse)AuthorAgeFilesLines
* reorder cleanupOscar Najera2022-12-201-104/+105
|
* orderOscar Najera2022-12-191-38/+41
|
* early exit for unpromissing pathsOscar Najera2022-12-191-35/+57
|
* compactOscar Najera2022-12-191-38/+32
|
* reduce no loopOscar Najera2022-12-191-9/+12
|
* reduce instead of sortOscar Najera2022-12-191-5/+4
|
* Create directly next moves listOscar Najera2022-12-191-14/+17
| | | | | Test in place for suitably. Instead of a copy of the travel times create a new list that is more useful
* denest moreOscar Najera2022-12-191-24/+26
|
* isolate and denestOscar Najera2022-12-191-36/+34
|
* 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-183-0/+125