aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' of github.com:soulsource/aoc-2021Andreas Grois2021-12-131-0/+3
|\
| * Update README.mdAndreas Grois2021-12-121-1/+1
| * Update README.mdAndreas Grois2021-12-121-0/+3
* | Day 7 part 2 with complete math why it works.Andreas Grois2021-12-131-0/+83
* | Part 1 of day 7 plus some thoughts on part 2Andreas Grois2021-12-132-0/+95
|/
* RingBuffer dependency updated to use github urlAndreas Grois2021-12-121-1/+1
* Create README.mdAndreas Grois2021-12-121-0/+8
* Make matrix multiplication use unsafe MaybeUninit.Andreas Grois2021-12-121-23/+18
* Again a file that needn't be tracked...Andreas Grois2021-12-111-2000/+0
* Delete file that should never have been committed...Andreas Grois2021-12-111-121/+0
* Pre-Multiply conversion back to fish-space and sum-up operation.Andreas Grois2021-12-111-108/+14
* Add day 6 solutions. Both, naive and more elaborate.Andreas Grois2021-12-114-0/+817
* Clean up day 5 a bit.Andreas Grois2021-12-081-25/+11
* Day 5, part 2. Ugly.Andreas Grois2021-12-081-3/+130
* First part of day 5Andreas Grois2021-12-082-0/+260
* Add simpler (but marginally slower) second solution for day4, part2Andreas Grois2021-12-071-2/+34
* Day 4: Won cards now track their full score, and the round the won in.Andreas Grois2021-12-071-30/+29
* Part 2 of day 4. Ugly, but it works.Andreas Grois2021-12-061-12/+96
* Make Bingo Cards use algebraic sumAndreas Grois2021-12-061-80/+158
* Let's not talk about the other solutions, 'kay?Andreas Grois2021-12-061-0/+11
* First working (but ugly) day4, part 1 solution.Andreas Grois2021-12-062-0/+409
* Get rid of stupid helper module. Was tired, wrote bad code.Andreas Grois2021-12-051-5/+4
* Remove dependency on unsafe dyn-cloneAndreas Grois2021-12-042-9/+20
* Prepare day 3 part 2 for additional solvers.Andreas Grois2021-12-041-12/+15
* early out with try_fold and references instead of copiesAndreas Grois2021-12-041-15/+21
* MinorAndreas Grois2021-12-041-8/+7
* First working day3 part 2 implementation. It sucks.Andreas Grois2021-12-043-0/+127
* Add infallible accumulator type day 1 solution.Andreas Grois2021-12-031-21/+85
* Add AccumulatorType solution for day 1. Currently inefficient.Andreas Grois2021-12-031-0/+71
* Day 2 and some additional Day 1 solutionsAndreas Grois2021-12-025-1/+187
* InitialAndreas Grois2021-12-025-0/+2040