Dijkstra’s algorithm solves “the single-source shortest path problem” in a weighted, di- rected graph. The input consists of a weighted, directed graph and a specified vertex in the graph. A directed graph or digraph is a collection of vertices and directed edges, which join one vertex to another. A weighted digraph has numerical weights assigned to the vertices and/or the edges. https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm https://en.wikipedia.org/wiki/Shortest_path_problem
-
Notifications
You must be signed in to change notification settings - Fork 0
dijkstra algorithim
License
timxor/parallelizing_dijkstras_algorithm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
dijkstra algorithim
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published