Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 331 Bytes

File metadata and controls

16 lines (11 loc) · 331 Bytes

KnightsTourProblem

This project finds a solution to the Knight's Tour problem using a depth first, backtracking algorithm.

Screenshot

Originally developed at WOU for CS 345, Lab 2. Authored May 14th, 2014.

Build

javac Lab2GUI.java
java Lab2GUI