Let h be the h value of the start node. What are the g and f values for the start node?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

What value is the frontier ordered by?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

In this implementation of the algorithm, can there be multiple f values for the same node in the frontier?
Explanation

Explanation

Explanation

Explanation

Which statement is true about A* search and Uniform Cost Search (UCS)?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Let's say that node n is in the frontier with value v. Is v guaranteed to be the shortest path from the start node to n?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Let the heuristic h(n) be the straight line distance between node n and the goal node. Which of the following is/are true?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation