Skip to content

Commit

Permalink
Everybody Codes: solve py/2024/10 (add notes)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacG committed Jan 2, 2025
1 parent 72983c2 commit be2b7d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions everybody_codes/quest_10.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,8 @@ def solve_one_simple_block(data: str) -> str:
(2, TEST_DATA[0], 1851),
(3, TEST_DATA[1], 3889),
]
NOTES = """\
I had a real hard time solving this because I initially thought that, for every 6x6 block,
you include an additional border made of the *very* first and *very* last row and column vs the adjacent blocks.
I had a hard time understanding why I couldn't get a solution to work.
"""

0 comments on commit be2b7d6

Please sign in to comment.