Skip to content

Commit 47249d0

Browse files
committed
fix broken link
1 parent 2b58f9f commit 47249d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shortest Path (Unweighted)/README.markdown

Lines changed: 1 addition & 1 deletion
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)