

MCQOPTIONS
Saved Bookmarks
1. |
What is the heuristic function of greedy best-first search? |
A. | f(n) != h(n) |
B. | f(n) < h(n) |
C. | f(n) = h(n) |
D. | f(n) > h(n) |
Answer» D. f(n) > h(n) | |