Gruppe 2

Aus Operations-Research-Wiki
Wechseln zu: Navigation, Suche

The Idea of the Algorithm

The A* (or A star) algorithm is a search algorithm which finds the shortest path between two nodes (or in our case finds the shortest minimal spanning tree). It is considered as an extension of the Dijkstra algorithm, but tries to improve the runtime by using a heuristic to find the optimal solution.