InterviewSolution
Saved Bookmarks
| 1. |
Who published the B* search algorithm?(a) Peter Hart(b) Nils Nilsson(c) Bertram Raphael(d) Hans BerlinerI got this question in unit test.This is a very interesting question from Graph Search in section Graph Search of Data Structures & Algorithms II |
|
Answer» RIGHT option is (d) HANS Berliner Easiest explanation - Hans Berliner was a Computer Science professor who first PUBLISHED the B* search algorithm in 1979. While Peter HART Nils Nilsson Bertram Raphael are the three scientists of SRI International who first published the A* search algorithm which uses heuristics for better PERFORMANCE. |
|