Skip to main content

All Questions

35 votes
5 answers
3k views

A Queen and her Pawns

Place a queen and as many pawns as possible on a chessboard so that the queen has just one way of capturing all the pawns in precisely as many moves as there are pawns. Pawns do not move and do not ...
Bernardo Recamán Santos's user avatar
1 vote
2 answers
279 views

Minimize the longest King chain on a 6x6 ternary grid

This puzzle is an extension of this one: Minimize the longest King chain on a 5x5 binary board Given a grid filled with numbers, we define a King chain to be a path on the grid such that: The path ...
Dmitry Kamenetsky's user avatar
0 votes
1 answer
178 views

Minimize the longest King chain on a 7x7 binary grid

This puzzle is an extension of this one: Minimize the longest King chain on a 5x5 binary board Given a grid filled with numbers, we define a King chain to be a path on the grid such that: The path ...
Dmitry Kamenetsky's user avatar
13 votes
7 answers
980 views

Minimize the longest King chain on a 5x5 binary board

Given a grid filled with numbers, let's define a King chain to be a path on the grid such that the path can be traversed with chess King's moves (moving to one of 8 adjacent cells at a time), the ...
Bubbler's user avatar
  • 16.3k