S

Satya • 3.38K Points
Extraordinary

Q. Which search algorithm uses heuristics to find the shortest path?

  • (A) Breadth-First Search
  • (B) Depth-First Search
  • (C) A* Algorithm
  • (D) Linear Search

Explanation by: Satya

A* Algorithm combines the cost to reach a node and a heuristic estimate to find the goal efficiently.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.