this post was submitted on 25 Jul 2025
15 points (94.1% liked)

Chess

2212 readers
8 users here now

Play chess on-line

FIDE Rankings

September 2023

# Player Country Elo
1 Magnus Carlsen ๐Ÿ‡ณ๐Ÿ‡ด 2839
2 Fabiano Caruana ๐Ÿ‡บ๐Ÿ‡ธ 2786
3 Hikaru Nakamura ๐Ÿ‡บ๐Ÿ‡ธ 2780
4 Ding Liren ๐Ÿ† ๐Ÿ‡จ๐Ÿ‡ณ 2780
5 Alireza Firouzja ๐Ÿ‡ซ๐Ÿ‡ท 2777
6 Ian Nepomniachtchi ๐Ÿ‡ท๐Ÿ‡บ 2771
7 Anish Giri ๐Ÿ‡ณ๐Ÿ‡ฑ 2760
8 Gukesh D ๐Ÿ‡ฎ๐Ÿ‡ณ 2758
9 Viswanathan Anand ๐Ÿ‡ฎ๐Ÿ‡ณ 2754
10 Wesley So ๐Ÿ‡บ๐Ÿ‡ธ 2753

Tournaments

Speed Chess Championship 2023

September 4 - September 22

Check also

founded 5 years ago
MODERATORS
 

This question was posed to me, and I was surprised that I could not find a solution (as I thought that all rook tours [open or closed] were possible). Starting from a8, could a rook visit every square on the board once, ending on f3?

I tried a few times, with a few different strategies, but I always ended up missing one square.

It's really easy to burn pairs of rows or columns, so the problem space could be reduced...

...but at some point (4x4), I was able to convince myself that it is impossible (at least at this size and state):

...but it might be possible that shaving off column or row pairs is also discarding a solution?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] SwarmMazer@awful.systems 3 points 1 day ago (5 children)

I am afraid that I didnโ€™t apply any rigor here and thought I solved it. Been playing with it for a bit and see there is likely not a solution. Good fun for me.

[โ€“] SwarmMazer@awful.systems 1 points 1 day ago (4 children)

Seems this is related to Hamiltonian path problems. The issue is there is always one square that canโ€™t be picked up. Why could this be?

[โ€“] Fleur_@aussie.zone 1 points 1 day ago (2 children)

So the rook has to move from a white square to a black square or a black square to a white one. This would mean the sequence would go white, black, white, black and so on for all squares. Since there is an even number of squares if the rook starts on white it must end on black but the problem states the start and end squares are both white, thus impossible to solve. Doesn't really have anything to do with hamiltonian paths because they are loops that will fill a space. It does relate more broadly to space filling curves in general but I think a graphical approach to this problem can be a bit misleading.

Interestingly you can pick any two white squares on the chess board and you couldn't make a path between them in the way op is trying to.

[โ€“] SwarmMazer@awful.systems 1 points 1 day ago* (last edited 1 day ago) (1 children)

If you take the rooks movement, and reduce each longer move to a series of single steps a1a2a3a4 for example, this becomes a Hamiltonian problem. The corners have 2 nodes, the edges three, and the core has four. Black and white indicates even or uneven distance in nodes.

[โ€“] Fleur_@aussie.zone 2 points 19 hours ago

Ahh yes sorry my bad I mixed up hamiltonian and hilbert in my head

load more comments (1 replies)
load more comments (1 replies)