AdvancedVocabulary#software-architecture#developer-tools#backend

A* Search Vocabulary

Learn the vocabulary of combining actual distance traveled with a heuristic estimate to reach a goal efficiently.

0 / 5 completed
1 / 5
At standup, a dev mentions a pathfinding algorithm that, like Dijkstra's algorithm, tracks the actual distance traveled so far, but also adds a heuristic estimate of the remaining distance to the goal, to prioritize exploring the most promising nodes first. What is this algorithm called?