Caesar AI Atlas

Pathfinding

Caesar AI Atlas Definition

Pathfinding is the process of computing a route between two points, often the shortest or lowest-cost path. It is used in areas such as robotics, games, navigation, and graph search algorithms.

Other Definitions

Pathfinding Source

(Also pathing.) The plotting, by a computer application, of the shortest route between two points. It is a more practical variant on solving mazes. This field of research is based heavily on Dijkstra's algorithm for finding a shortest path on a weighted graph.

Related Terms