Please enable JavaScript.
Coggle requires JavaScript to display documents.
Problem sloving (steps (Goal formulation, Problem Formulation, Search,…
Problem sloving
-
-
-
Dijakstra’s Algorithm
Dijkstra’s algorithm, published in 1959 and named after its
creator Dutch computer scientist Edsger Dijkstra
-
The algorithm creates a tree of shortest paths from the
starting vertex, the source, to all other points in the graph.
Definition
A systematic search through a range of possible action in order to reach some predefined goal or solution.