Skip to content

A hobby coding project for generating solutions to the N Queens puzzle.

Notifications You must be signed in to change notification settings

tjcorona/NQueens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

T.J. Corona

November 9, 2014

NQueens

Algorithms to solve the N Queens puzzle (N by N chess board, place N queens so no queen can attack another). I have written a backtracking solver, and an implementation of Dancing Links (http://en.wikipedia.org/wiki/Dancing_Links). Additionally, I have written a simple tool to remove solutions that are equivalent under reflections and rotations, and I have constructed a high-tech ASCII chess board.

About

A hobby coding project for generating solutions to the N Queens puzzle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages