Prepare these exercises for Thursday, November 10.
Please, write your answer in a similar form as follows:
Step | Visited | Frontier |
1 | A | B I |
2 | B | C F B I |
3 | C | D E F B I |
At each step indicate the node expanded and the frontier queue.
Order the queue such that the first node is the next node to be removed
for expansion.
(Assume that the children of a node are expanded in alphabetical order
when no other order is specified by the search.)
In addition, comment what would make the best-first an A* search.