Skip to content

Commit bf69f85

Browse files
authored
Merge pull request kodecocodes#306 from marciok/patch-1
Fix link to Minimum Spanning Tree
2 parents 2a403da + dbc751f commit bf69f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Breadth-First Search/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,6 @@ This will output: `["a", "b", "c", "d", "e", "f", "g", "h"]`
149149
Breadth-first search can be used to solve many problems. A small selection:
150150

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

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

0 commit comments

Comments
 (0)