Dijkstra's Algorithm Computer Science
Dijkstra's Algorithm Computer Science . Dijkstra’s algorithm, published in 1959 and named after its creator dutch computer scientist edsger dijkstra, can be applied on a weighted graph. A modified dijkstra's algorithm has been proposed for route planning in public transport systems. Dijkstra's Shortest Path Algorithm KTBYTE Computer from blog.ktbyte.com Dijkstra's algorithm [268] (see algorithm 4.2) solves the shortest path problem with a computational complexity of o (α 0 2). The graph can either be directed or undirected. The idea behind the greedy method is to perform a weighted bfs on a given graph, starting at some node n.