Search:

Type: Posts; User: budder8818

Search: Search took 0.38 seconds.

  1. Replies
    0
    Views
    2,248

    Traverse Function for Knights tour

    This is another function I wrote to traverse the knight around the chess board. This version basically checks to see if the space is valid first then it moves to that spot. I think the problem here...
  2. Replies
    0
    Views
    8,188

    Recursive Solution to Knights tour

    When I run this program as it is I think the program ends up leaving me in a infinite loop of recursion. Basically this program is suppose to traverse a chess board in the way a knight moves,...
Results 1 to 2 of 2