Skip to content

Commit 18afe08

Browse files
author
Hamid Gasmi
committed
Bellman-Ford algorithm description is updated
1 parent ebf3209 commit 18afe08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1914,7 +1914,7 @@
19141914
</details>
19151915

19161916
<details>
1917-
<summary>Bellman-Ford algorithm</summary>
1917+
<summary>Fastest Route in weighted Graphs: Bellman-Ford algorithm</summary>
19181918

19191919
- A **Negative weight cycle**:
19201920
- In the example below the negative cycle is: A → B → C → A => Lω(A → B → C → A) = 1 - 3 - 2 = -4
@@ -1993,7 +1993,7 @@
19931993
- [Detecting Anomalies in Currency Exchange Rates](https://github.com/hamidgasmi/training.computerscience.algorithms-datastructures/issues/134)
19941994
- [Exchanging Money Optimally](https://github.com/hamidgasmi/training.computerscience.algorithms-datastructures/issues/135)
19951995
- For more details:
1996-
- UC San Diego Course: [Bellman-Ford algorithm]()
1996+
- UC San Diego Course: [Bellman-Ford algorithm](https://github.com/hamidgasmi/training.computerscience.algorithms-datastructures/blob/master/3-graph-algorithms/2_paths_in_graphs/10_paths_in_graphs_3_bellman_ford.pdf)
19971997

19981998
</details>
19991999

0 commit comments

Comments
 (0)