Skip to content

Commit fbc1bde

Browse files
author
FSou1
committed
Update readme
1 parent 415a9b4 commit fbc1bde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ An algorithm is a finite sequence of well-defined, computer-implementable instru
3232
* [Breadth-first search](src/algorithms/graph/breadth-first-search) - traverse a graph, explore neighbor vertices first;
3333
* [Depth-first search](src/algorithms/graph/depth-first-search) - traverse a graph, explore descendant vertices first;
3434
* [Dijkstra](src/algorithms/graph/dijkstra) - find the shortest path between two vertices in a graph, return a shortest-path tree;
35+
* [Bellman-Ford](src/algorithms/graph/bellman-ford) - find the shortest path in a graph with negative edges, return a shortest-path tree;
3536

3637
## How to use this repository
3738

0 commit comments

Comments
 (0)