DSA/multiplication/python
Christian Clauss c245d22869
Add Python doctests to karatsuba.py (#161)
* Add Python doctests to karatsuba.py

`subtract()` can give the wrong answer when `y` > `x`.  @atin Your review please.

* add() and absolute_difference()

* absolute_difference("1", "0")

* Update karatsuba.py

* Update karatsuba.py
2021-04-11 17:43:57 -04:00
..
karatsuba.py Add Python doctests to karatsuba.py (#161) 2021-04-11 17:43:57 -04:00