Solutions to NP-complete problems: N-Queens and Knight's Tour.
-
Updated
Oct 6, 2024 - Java
Solutions to NP-complete problems: N-Queens and Knight's Tour.
Data Structure Class Project - The goal of a knight's tour is to place a knight on an empty chess board and then move the knight to each of the remaining 63 squares while only visiting each square once.
Solving Knight's tour problem using Java
Add a description, image, and links to the warnsdorff topic page so that developers can more easily learn about it.
To associate your repository with the warnsdorff topic, visit your repo's landing page and select "manage topics."