Skip to content

Conversation

truggeri
Copy link
Owner

@truggeri truggeri commented Jan 2, 2025

Summary

This is a two part solution. Part one - solve the maze using techniques seen in previous days including use of a thread pool to arrive at a solution. Part two - iterate over the maze space (minus the outer ring) and attempt to "cheat" at that point. If the cheat makes sense, that is it cuts between two points in the solution either east-west or north-south, then add it to a map of cheats keyed by the cheat savings.

@truggeri truggeri self-assigned this Jan 2, 2025
@truggeri truggeri merged commit 0eb1174 into main Jan 2, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant