Homework Assignment #23

Exercises

Show all work neatly.

Question 1

How many solutions are there to the eight queens problem?

Just submitting the number will not suffice, since those are easy to find online. The insight you gain from implementing the state-space search is the most important part of the exercise. Write a short program to do the job. (Note that for this little exercise any programming language (e.g., Python) might do.) Write the explore() routine we examined in the lecture. Use the 8-tuple (and its permutations) as the representation of a state as we discussed in class. Design and implement the following sub-routines:

  • criterion()
  • partial_criterion()
  • successors()
  • init_state()

Submit your code as your work for this problem.

Extra credit: How many distinct solutions are there if we do not distinguish solutions that can be transformed into one another by rotations and reflections?

Question 2

DP practice: Exercise 6.21 in the textbook.

cs-312/hw23.txt · Last modified: 2015/03/20 15:25 by ringger
Back to top
CC Attribution-Share Alike 4.0 International
chimeric.de = chi`s home Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0