logo CodeStepByStep logo

eightqueens_concepts

Language/Type: Python recursion backtracking

Answer the following questions about the implementation of a recursive eight_queens function:

If an 8 Queens algorithm tried every possible square on the board for placing each queen, how many entries are there at the 8th and final level of its full decision tree?
(order shuffled)
What does a better algorithm do to avoid having to explore so many possibilities?
(order shuffled)
How do we make an 8 Queens exploration function that stops once it finds one solution to the problem?
(order shuffled)

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.