A* search algorithm

Concept

A pathfinding algorithm that efficiently finds the shortest path in a graph, which is mentioned as a point of comparison for MCTS's focused exploration.

Mentioned in 1 video