Skip to content

Commit b645fb7

Browse files
committed
Fix spelling: shortests -> shortest
1 parent 3a30236 commit b645fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ especially popular in field of competitive programming.*
9090
- [Floyd-Warshall - finding all shortest paths](./graph/all-pair-shortest-path-floyd-warshall.html)
9191
- [Number of paths of fixed length / Shortest paths of fixed length](./graph/fixed_length_paths.html)
9292
- [Dijkstra - finding shortest paths from given vertex](./graph/dijkstra.html)
93-
- [Bellman-Ford - finding shortests paths with negative weights](./graph/bellman_ford.html)
93+
- [Bellman-Ford - finding shortest paths with negative weights](./graph/bellman_ford.html)
9494
- [Finding Connected Components](./graph/search-for-connected-components.html)
9595
- [Lowest Common Ancestor](./graph/lca.html)
9696
- [Lowest Common Ancestor - Binary Lifting](./graph/lca_binary_lifting.html)

0 commit comments

Comments
 (0)