Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | part2 day21 | Oscar Najera | 2024-01-12 | 1 | -0/+69 |
| | |||||
* | [BUG FIX] LIFO Queue and visited map are adversary | Oscar Najera | 2023-12-30 | 1 | -35/+35 |
| | | | | | | | | The test for seen was steps-left independent. Yet the queue treats the last suggested place first. It happens than, that places reached by longer paths where not available when the sorter path options got a chance. Thus the visited controls now how many steps are left, and in the case of having more available, then the suggestion is taken. | ||||
* | optimized diffusion | Oscar Najera | 2023-12-30 | 1 | -22/+31 |
| | |||||
* | [AoC2023] day21 part 1 lisp | Oscar Najera | 2023-12-29 | 1 | -0/+43 |