Instructor Dr P Juell NAID______________________ NAME__________________________ 100 points, closed book Feb. 6, 2001
Does the above technique effect the answer quality? Explain.
Depth first ____________
Breadth first __________
Branch and Bound _______
1
/ | \
/ | \
/3 |3 \5
/ | \
2 3 4-G
/ \ / \ / \
/ 3 4\ /2 1\ /1 3\
5 6-G 7-G 8 9 10-G
o
------------------------------
o o o o
--------- -------
o o o o o o o o o o
--- ---- --- ---- -----
a b c d e f g h i j k l m n o p q r s t
Someone suggested that you do this in the move function. What problem would this create, and how can this be solved?