Skip to content

Commit 4e16c46

Browse files
authored
Merge pull request kodecocodes#823 from younggeeks/fix-merge-sort-link-in-bubble-sort-readme
add link to merge sort algorithm in buble sort algorith README.md file
2 parents e1bca91 + cb76b97 commit 4e16c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bubble Sort/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ There is no Fifth pass
117117

118118
#### Conclusion
119119

120-
Even with the proposed optimizations, this is still a terribly inefficient sorting algorithm. A good alternative is [Merge Sort](), that not only is better performing, has a similar degree of dificulty to implement.
120+
Even with the proposed optimizations, this is still a terribly inefficient sorting algorithm. A good alternative is [Merge Sort](https://github.com/raywenderlich/swift-algorithm-club/tree/master/Merge%20Sort), that not only is better performing, has a similar degree of dificulty to implement.
121121

122122
*Updated for the Swift Algorithm Club by Julio Brazil*
123123

0 commit comments

Comments
 (0)