Skip to content

Commit

Permalink
Update Karatsuba README
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ash authored Feb 12, 2019
1 parent 8284809 commit 6d936e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Karatsuba Multiplication/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ What about the running time of this algorithm? Is all this extra work worth it?

## Resources

[Wikipedia] (https://en.wikipedia.org/wiki/Karatsuba_algorithm)
[Wikipedia](https://en.wikipedia.org/wiki/Karatsuba_algorithm)

[WolframMathWorld] (http://mathworld.wolfram.com/KaratsubaMultiplication.html)
[WolframMathWorld](http://mathworld.wolfram.com/KaratsubaMultiplication.html)

[Master Theorem] (https://en.wikipedia.org/wiki/Master_theorem)
[Master Theorem](https://en.wikipedia.org/wiki/Master_theorem)

*Written for Swift Algorithm Club by Richard Ash*

0 comments on commit 6d936e4

Please sign in to comment.