This project finds a solution to the Knight's Tour problem using a depth first, backtracking algorithm.
Originally developed at WOU for CS 345, Lab 2. Authored May 14th, 2014.
javac Lab2GUI.java
java Lab2GUI
This project finds a solution to the Knight's Tour problem using a depth first, backtracking algorithm.
Originally developed at WOU for CS 345, Lab 2. Authored May 14th, 2014.
javac Lab2GUI.java
java Lab2GUI