Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RingBuffer dependency updated to use github url | Andreas Grois | 2021-12-12 | 1 | -1/+1 |
| | |||||
* | Add day 6 solutions. Both, naive and more elaborate. | Andreas Grois | 2021-12-11 | 1 | -0/+2 |
| | | | | | | | | | | The naive implementation uses simple ring buffers and scales linearly with the number of days needed. The matrix based implementation uses matrix multiplication (implemented in a brain-dead way inline here) and has the same scaling behaviour, however implementing it showed that the matrix is correct. The closed form is, well, a closed form based on the matrix based solution, but working in the matrix' Eigenspace. | ||||
* | Remove dependency on unsafe dyn-clone | Andreas Grois | 2021-12-04 | 1 | -1/+0 |
| | |||||
* | First working day3 part 2 implementation. It sucks. | Andreas Grois | 2021-12-04 | 1 | -0/+1 |
| | |||||
* | Day 2 and some additional Day 1 solutions | Andreas Grois | 2021-12-02 | 1 | -0/+3 |
| | |||||
* | Initial | Andreas Grois | 2021-12-02 | 1 | -0/+10 |