Skip to main content
2 of 2
fixed A* link
tenpn
  • 5.5k
  • 3
  • 34
  • 45

Pathfinding algorithms are basically a graph search problem solving algorithms.

http://en.wikipedia.org/wiki/Pathfinding#Algorithms

Most known being Djikstra's algorithm: http://en.wikipedia.org/wiki/Dijkstra's_algorithm

and its variant A* search algorithm: http://en.wikipedia.org/wiki/A*

Keyframe
  • 2.3k
  • 1
  • 16
  • 22