Saved Bookmarks
| 1. |
Which of the following algorithm is online search algorithm?(a) Breadth-first search algorithm(b) Depth-first search algorithm(c) Hill-climbing search algorithm(d) None of the mentioned |
|
Answer» Right choice is (c) Hill-climbing search algorithm The explanation is: Hill-climbing search algorithm will have only current state in memory, So it is an online search algorithm. |
|