kellydavid/NQueenProblem
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
NQueenProblem This program solves the problem of placing N queens on an NxN board. It is solved by recursively backtracking. written by David Kelly 2014 Commits by kellydavid and kellyd48 are the same person.