Content deleted Content added
→Definition: ce |
→Algorithms: ce |
||
Line 21:
==Algorithms==
Several well
* [[Dijkstra's algorithm]] solves the single-source shortest path problem with only non-negative edge weights.
* [[Bellman–Ford algorithm]] solves the single-source problem if edge weights may be negative.
|