Question
Download Solution PDFMatch List I with List II
List I |
List II |
(A) Greedy Best-First Search |
(I) Space complexity is O(d) where d = depth of the deepest optimal solution |
(B) A* |
(II) Incomplete even if the search space is finite. |
(C) Recursive Best-First Search |
(III) Optimal if optimal solution is reachable: otherwise, returns the best reachable optimal solution. |
(D) SMA* |
(IV) Computation and space complexity is too high. |
Choose the correct answer from the options given below:
Answer (Detailed Solution Below)
Detailed Solution
Download Solution PDFThe correct answer is option 1.
Key Points
- Greedy best-first search algorithm always selects the path which appears best at that moment. It is the combination of depth-first search and breadth-first search algorithms.
- Time complexity: The worst-case time complexity of the greedy best-first search is O(bm).
- Space Complexity: The worst-case space complexity of the greedy best-first search is O(bm). Where m is the maximum depth of the serach space
- Complete: Greedy best-first search is also incomplete, even if the state space is finite.
- Optimal: Greedy best-first search algorithm is not optimal.
- A* is optimal and complete but time complexity and space complexity too high. It requires more computation.
- Recursive Best-First Search retents more memory knowledge but uses only O(bd) memory
- Memory Simplified Bound A* such as A* Optimal if you can get optimal solution otherwise as it is memory-bound.
∴ Hence the correct answer is A - II, B - IV, C - I, D - III.
Last updated on Jun 6, 2025
-> The UGC NET Exam Schedule 2025 for June has been released on its official website.
-> The UGC NET Application Correction Window 2025 is available from 14th May to 15th May 2025.
-> The UGC NET 2025 online application form submission closed on 12th May 2025.
-> The June 2025 Exam will be conducted from 21st June to 30th June 2025
-> The UGC-NET exam takes place for 85 subjects, to determine the eligibility for 'Junior Research Fellowship’ and ‘Assistant Professor’ posts, as well as for PhD. admissions.
-> The exam is conducted bi-annually - in June and December cycles.
-> The exam comprises two papers - Paper I and Paper II. Paper I consists of 50 questions and Paper II consists of 100 questions.
-> The candidates who are preparing for the exam can check the UGC NET Previous Year Papers and UGC NET Test Series to boost their preparations.