πŸ“’ Too many exams? Don’t know which one suits you best? Book Your Free Expert πŸ‘‰ call Now!

  • google app store apple app store
  • βœ–

      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