Skip to content

Commit bcb037d

Browse files
authored
Fixed broken link
Link to shortest path example was broken
1 parent 898db6f commit bcb037d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Breadth-First Search/README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ This will output: `["a", "b", "c", "d", "e", "f", "g", "h"]`
151151

152152
Breadth-first search can be used to solve many problems. A small selection:
153153

154-
* Computing the [shortest path](../Shortest%20Path/) between a source node and each of the other nodes (only for unweighted graphs).
154+
* Computing the [shortest path](../Shortest%20Path%20(Unweighted)/) between a source node and each of the other nodes (only for unweighted graphs).
155155
* Calculating the [minimum spanning tree](../Minimum%20Spanning%20Tree%20(Unweighted)/) on an unweighted graph.
156156

157157
*Written by [Chris Pilcher](https://github.com/chris-pilcher) and Matthijs Hollemans*

0 commit comments

Comments
 (0)