AI Question 2
Project detail
You will write a program to solve the 8-queens problem. The input to the program is a start state. The ouput is the sequence of states your program goes through; the first state in the output sequence is the start state; the hope is that the last state in this sequence provides a conflict-free solution to the problem.