We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8284809 commit 6d936e4Copy full SHA for 6d936e4
Karatsuba Multiplication/README.markdown
@@ -115,10 +115,10 @@ What about the running time of this algorithm? Is all this extra work worth it?
115
116
## Resources
117
118
-[Wikipedia] (https://en.wikipedia.org/wiki/Karatsuba_algorithm)
+[Wikipedia](https://en.wikipedia.org/wiki/Karatsuba_algorithm)
119
120
-[WolframMathWorld] (http://mathworld.wolfram.com/KaratsubaMultiplication.html)
+[WolframMathWorld](http://mathworld.wolfram.com/KaratsubaMultiplication.html)
121
122
-[Master Theorem] (https://en.wikipedia.org/wiki/Master_theorem)
+[Master Theorem](https://en.wikipedia.org/wiki/Master_theorem)
123
124
*Written for Swift Algorithm Club by Richard Ash*
0 commit comments