Embed presentation
Download to read offline
















The document discusses the A* algorithm for pathfinding and problem solving. It introduces the A* algorithm and notes that it uses admissible heuristics, where the heuristic for any node never overestimates the true cost to reach the goal state. An example of an admissible heuristic is the straight-line distance, as it provides an optimistic estimate of reaching the goal.















