Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 864 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 864 Bytes

Advent of Code 2023 Day 10

To find the enclosed areas between the pipe path, I had to increase the whole grid by a factor of two, so that the "running between the pipes" works as expected.

For the final result, the grid is scaled down again (throwing away all entries with odd coordinates).

Sample Input Visualization

Sample

Real Input Visualization

Real input (enlarged by 2, top left)

Real input (enlarged by 2, center)

Real input (final result)

Reddit Surprise Visualization

Redditor u/Boojum has crafted a nice surprise input.

When visualized, it looks like this:

Reddit surprise