Skip to content

A Java Swing application demonstrating animated visualizations of using a state-based search to solve the Knight's Tour problem.

Notifications You must be signed in to change notification settings

aaroncarsonart/KnightsTourProblem

Repository files navigation

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

About

A Java Swing application demonstrating animated visualizations of using a state-based search to solve the Knight's Tour problem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages