Shortest Path
(Redirected from shortest path)
Jump to navigation
Jump to search
A Shortest Path is a graph path that is a optimal graph path (such that the path length[math]\displaystyle{ (v_1, v_2) }[/math] is shorter than any other possible graph path).
- AKA: Shortest Graph Path.
- Context:
- It can be found by a Shortest Path Identification Task.
- …
- Counter-Example(s):
- a Longest Path.
- a Minimum Spanning Tree.
- a Straight Line.
- a Random Walk.
- See: Shortest.