Skip to content

ErikPrograms/8QueensProblem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8QueensProblem

Write a program that employs backtracking to solve the 8-queens problem and then answer the following quesions

  1. How many solutions are there?

92 Solutions

  1. How many of these solutions are distinct?

12 distinct solutions

  1. Which generator did your program employ?

Backtracking with a generaerate and test paradigm.

Releases

No releases published

Packages

No packages published

Languages