#416
The Knight's Round Trip
Also asked as: The knight's tour problem · closed knight tour on an odd board
One of the classic quant interview questions, free to read in full.
MediumBrainteasers & Logic
Problem
On a 7-by-7 board, can a knight visit every square exactly once and return to its starting square (a closed knight's tour)? Settle the question with a proof, not a search.
Your answer
This one is graded like the real thing: reason it through out loud (structure, key insight, numbers), then reveal and self-grade.