Year 2015 Day 13 Part 1

This commit is contained in:
Nathan McCarty 2025-01-28 11:38:11 -05:00
parent 3addc0aeaf
commit 22eccd177c
4 changed files with 255 additions and 0 deletions

View file

@ -132,7 +132,13 @@ solution.
New Parser Effect stack and DLists
- [Day 13](src/Years/Y2015/Day13.md)
Naive ring buffer and `parameters` blocks[^2]
## References
[^1]: Idris 2 Manual:
[Views and the "with" rule](https://idris2.readthedocs.io/en/latest/tutorial/views.html#views-and-the-with-rule)
[^2]: <https://idris2.readthedocs.io/en/latest/tutorial/modules.html#parameterised-blocks-parameters-blocks>