landreville@lemmy.worldtoAdvent Of Code@programming.dev•❄️ - 2023 DAY 10 SOLUTIONS -❄️
5·
11 months agoUsed Shoelace Algorithm to get the interior area and then Pick’s Theorem to get the number of interior points based on the area and the points along the boundary loop.
Rust solution
Multiplied the manhattan distance by the number of empty space lines crossed.