-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
41 lines (35 loc) · 939 Bytes
/
Copy pathREADME.txt
File metadata and controls
41 lines (35 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<CENTER>
CS 345 - Lab 2 GUI
Author: Aaron Carson
Version: May 14th, 2014
<LEFT>
This project finds a solution to the Knight's Tour problem
using a depth first, backtracking algorithm.
<SEPARATOR>
<CENTER>
File:
<LEFT>
Use "New" to define a new board size and the knight's
starting x/y position. "Reset" erases any content from
the grid and the text area. "Quit" quits the program.
<SEPARATOR>
<CENTER>
Run:
<LEFT>
"Solve Knight's Tour" runs the backtracking algorithm and
prints the solution to the text and grid views.
"Animate Algorithm" updates the grid display for each pass
of the algorithm, so you can see how it executes.
"Animate Solution" runs the algorithm and only animates
the final solution.
<SEPARATOR>
<CENTER>
Display:
Allows to toggle between text and grid displays.
<SEPARATOR>
Colors:
Allows to toggle between grey scale and random colors.
<SEPARATOR>
Help:
"About" displays this dialog window.
<SEPARATOR>