Skip to content

Commit 6d936e4

Browse files
authored
Update Karatsuba README
1 parent 8284809 commit 6d936e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Karatsuba Multiplication/README.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ What about the running time of this algorithm? Is all this extra work worth it?
115115

116116
## Resources
117117

118-
[Wikipedia] (https://en.wikipedia.org/wiki/Karatsuba_algorithm)
118+
[Wikipedia](https://en.wikipedia.org/wiki/Karatsuba_algorithm)
119119

120-
[WolframMathWorld] (http://mathworld.wolfram.com/KaratsubaMultiplication.html)
120+
[WolframMathWorld](http://mathworld.wolfram.com/KaratsubaMultiplication.html)
121121

122-
[Master Theorem] (https://en.wikipedia.org/wiki/Master_theorem)
122+
[Master Theorem](https://en.wikipedia.org/wiki/Master_theorem)
123123

124124
*Written for Swift Algorithm Club by Richard Ash*

0 commit comments

Comments
 (0)