Expand description
Advent of Code 2023 Day 10: https://adventofcode.com/2023/day/10
Today’s challenge part one was rather straightforward if time-consuming. To solve part two I didn’t have any idea how to approach a solution, but the Advent of Code subreddit led me to discover the shoelace formula and Pick’s Theorem which I was able to use to great success to get the answer.
Functions§
- The solution for the day ten challenge.