aoc-rs-2021/src/day_17
Jan Christian Grünhage 580f6259bc implement day 17
this is horrible, I'm not proud of it. There surely is some mathematical
feature that allows a smarter solution, but after I've not been able to
find that for a while, I've decided to just brute force it. Due to that,
I've not had any motivation to finish this solution on time or to remove
the loads of redundant code I've written here..
2021-12-18 18:10:16 +01:00
..
mod.rs implement day 17 2021-12-18 18:10:16 +01:00
model.rs implement day 17 2021-12-18 18:10:16 +01:00
parsing.rs implement day 17 2021-12-18 18:10:16 +01:00