📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    âš¡ Month End Offer - Flat 52% Off On All Courses! Enroll Now âš¡
    00:00:00 AM Left

    Question

    Which heuristic search strategy uses both cost so far

    and estimated cost to goal?
    A Depth-First Search Correct Answer Incorrect Answer
    B Uniform Cost Search Correct Answer Incorrect Answer
    C A* Search Correct Answer Incorrect Answer
    D Greedy Best-First Search Correct Answer Incorrect Answer
    E Iterative Deepening Correct Answer Incorrect Answer

    Solution

    A* uses f(n) = g(n) + h(n), combining cost so far and heuristic estimate, ensuring completeness and optimality.

    Practice Next
    More IT Operating System Questions
    ask-question