Skip to content

Commit 557eb53

Browse files
Fixed some broken links on Bellman-Ford.md (Spanish translation) (#143)
1 parent 71d63d5 commit 557eb53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pt-br/Estruturas de Dados/Graph/Bellman-Ford.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ E 1 A-> B-> E = -1 + 2
8989
#### Links de implementação de código
9090

9191
- [Java](https://github.com/TheAlgorithms/Java/blob/master/DataStructures/Graphs/BellmanFord.java)
92-
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/Dynamic%20Programming/Bellman-Ford.cpp)
93-
- [Python](https://github.com/TheAlgorithms/Python/blob/master/data_structures/graph/bellman_ford.py)
94-
- [C](https://github.com/TheAlgorithms/C/blob/master/data_structures/graphs/Bellman-Ford.c)
92+
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/dynamic_programming/bellman_ford.cpp)
93+
- [Python](https://github.com/TheAlgorithms/Python/blob/master/graphs/bellman_ford.py)
94+
- [C](https://github.com/TheAlgorithms/C/blob/master/data_structures/graphs/bellman_ford.c)
9595

9696
#### Explicação em vídeo
9797

0 commit comments

Comments
 (0)