Skip to content

Commit 1a18101

Browse files
committed
Merge pull request kodecocodes#114 from kconnor/master
fix broken link
2 parents 2b58f9f + 47249d0 commit 1a18101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shortest Path (Unweighted)/README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ This will output:
9797
Node(label: d, distance: 2), Node(label: e, distance: 2), Node(label: f, distance: 2),
9898
Node(label: g, distance: 2), Node(label: h, distance: 3)
9999

100-
> **Note:** This version of `breadthFirstSearchShortestPath()` does not actually produce the tree, it only computes the distances. See [minimum spanning tree](../Minimum Spanning Tree/) on how you can convert the graph into a tree by removing edges.
100+
> **Note:** This version of `breadthFirstSearchShortestPath()` does not actually produce the tree, it only computes the distances. See [minimum spanning tree](../Minimum Spanning Tree (Unweighted)/) on how you can convert the graph into a tree by removing edges.
101101
102102
*Written by [Chris Pilcher](https://github.com/chris-pilcher) and Matthijs Hollemans*

0 commit comments

Comments
 (0)