Subject: Day 14 solution
Author:
Posted on: 2017-12-14 20:08:00 UTC
is at this pastebin. It's in Rust, which is what I've been writing all of these in so far just to stay in shape with systems languages (given one of my possible research fields next semester).
It includes a copy-paste of my day 10 part b, code.
What I'm not the biggest fan of in my solution is that the region-find is rather inelegant and it feels like there should be something better than brute force there.
On the positive side, the program is rather clean, I'd say.
Anyone else have concrit? Solutions?
- Tmash