aboutsummaryrefslogtreecommitdiff
path: root/src/day3.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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-041-8/+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-041-0/+125