1. e4
    Joined
    06 May '08
    Moves
    42492
    14 Jun '09 12:091 edit
    Task:

    Find the longest King tour in terms of the distance travelled.
    There are only two solutions.

    Here are the paths:

    http://img35.imageshack.us/img35/9650/kingstour.gif

    The challenge in the Problemists Club was to show one with
    the White King and one with the Black King at the same time.

    Very difficult as sooner or later the King's would clash and
    neither could move into an illegal postion - the Kings can never meet.

    I eventually did it after a lot of trial and error.

    All 64 squares covered following the two distinct paths using
    both Kings simultaneously.

    Now some of you flat brainers will be thinking: "So What?"

    But in the field of problem composition I have just solved
    the equivalant to 'perpetual motion'.
    The Mount Everest of problem solvers has been climbed..

    Barnaby gave up, Checknev said it could not be done, Klugan devoted
    his entire life to this project and failed, Watson & Williams too said
    it was impossible.

    This is a great moment for RHP and all subs (and none subs)
    can feel very proud that they are members here.

    I now share this moment with you.

  2. Joined
    25 Apr '06
    Moves
    5939
    14 Jun '09 12:13
    I should add that a diagonal King move has a longer distance than a perpendicular one (Pythagoras).

    And I should add that as a non-sub scum I feel terribly proud.
  3. Joined
    01 Oct '08
    Moves
    13897
    14 Jun '09 12:33
    Who is the masochist that wrote the pgn?
  4. e4
    Joined
    06 May '08
    Moves
    42492
    14 Jun '09 12:44
    Originally posted by Macpo
    Who is the masochist that wrote the pgn?
    It was I who grafted and slogged over the board for days, nay, weeks,
    to solve this Holy Grail so RHP members like yourself can tell your grand children
    you were there when greenpawn34 posted the solution that has been
    plaguing mankind since the dawn of time.
  5. Joined
    01 Oct '08
    Moves
    13897
    14 Jun '09 13:061 edit
    Actually, this kind of discovery makes me wonder a bit about the meaning of life. As THE useless activity on earth, chess couldn't be but a challenge to it. But with that kind of problemist things, it's not anymore a challenge, it's a decisive answer:

    Chess players drive the world towards nihilism. And they seem proud of it 🙂


    Congrats, by the way!
  6. Joined
    30 Mar '09
    Moves
    2000
    14 Jun '09 13:47
    Originally posted by greenpawn34
    Task:

    Find the longest King tour in terms of the distance travelled.
    There are only two solutions.

    Here are the paths:

    http://img35.imageshack.us/img35/9650/kingstour.gif

    The challenge in the [b]Problemists Club
    was to show one with
    the White King and one with the Black King at the same time.

    Very difficult as sooner or later the K ...[text shortened]... Ke7 Ke4 60. Kf6 Kd3 61. Ke5 Kc4 62. Kf4 Kb3 63. Ke3 Ka4 64. Kf2 Kb5[/pgn][/b]
    Think you missed a spot





















    naaaaa,just messing 😀
  7. Lagos
    Joined
    27 Mar '09
    Moves
    7219
    14 Jun '09 16:01
    Greenpawn you're a legend. So when are you going to announce it to the general public. Perhaps there'll be a TV interview?
  8. Account suspended
    Joined
    26 Aug '07
    Moves
    38239
    14 Jun '09 16:12
    Originally posted by Goshen
    Greenpawn you're a legend. So when are you going to announce it to the general public. Perhaps there'll be a TV interview?
    yeah when are you coming on the telly?
  9. Joined
    02 Jan '07
    Moves
    38596
    15 Jun '09 06:08
    yeah! He will go on TV and be mocked over and over again by the tv commentators!
  10. Joined
    22 Jun '08
    Moves
    42565
    15 Jun '09 11:451 edit
    Does a c-program that solves it count? 🙂
  11. Joined
    22 Jun '08
    Moves
    42565
    22 Jun '09 18:471 edit
    I'd like to revisit this problem (I could not believe that there are only two solutions). I sat out to define a recursive, brute-force algorithm to solve it. I had to include several checks after each move to get the computer to give an answer in a realistic amount of time.

    What I find rather interesting is the vast number of solutions that exists (following GreenPawn's definition of two kings that do it at the same time, etc.). For an N by N chessboard and kings in opposing corners, I found:

    3x3 (and below) chessboard: no solutions, found instantaneously.
    4x4 chessboard: 361,112 solutions, found in 21.408 seconds
    The 5x5 chessboard ran for over an hour with well over 3,000,000 solutions when I stopped it.

    Going even higher would probably take the rest of the century. I'd need to rethink the algorithm somewhat.

    I'll post the code on http://mycodingcorder.blogspot.com if anyone is interested.
  12. Standard memberwormwood
    If Theres Hell Below
    We're All Gonna Go!
    Joined
    10 Sep '05
    Moves
    10228
    22 Jun '09 19:29
    Originally posted by heinzkat
    I should add that a diagonal King move has a longer distance than a perpendicular one (Pythagoras).

    And I should add that as a non-sub scum I feel terribly proud.
    no, both are the length of exactly 1 move. it's an 8-connected region, pythagoras doesn't apply.
  13. Joined
    25 Apr '06
    Moves
    5939
    22 Jun '09 22:011 edit
    Originally posted by ...
    In a king's tour of the chessboard the king makes 64 moves, moving to each square once, and the last move is back to the initial square. Assuming the king moves from square center to square center, find the longest tour in terms of the distance traveled. This is the same as maximizing the number of diagonal moves (or minimizing the number of orthogonal moves).
    There are two solutions (up to rotation & reflection).
    See quotation above for a clarification of the posed problem.
  14. Joined
    21 Sep '05
    Moves
    27507
    22 Jun '09 22:06
    Originally posted by Wumpus
    4x4 chessboard: 361,112 solutions
    What's your definition of a solution? Do the kings arrive back at their starting point? Do you remove reflective and rotational solutions? I think the initial problem was in the context of such criteria.
  15. Joined
    12 Jul '08
    Moves
    13814
    22 Jun '09 22:31
    I still think you should have replaced "Totally Different" with "You'll Really Like".

    Then open up the first post with "Nothing Up my Sleeve..."

    But maybe that's just me. 😉
Back to Top

Cookies help us deliver our Services. By using our Services or clicking I agree, you agree to our use of cookies. Learn More.I Agree