atifibadk / Karatsuba_multiplication

Implementation of karatsuba multiplication in python, Usage of Recursive function call. No usage of string functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Karatsuba_multiplication

Implementation of karatsuba multiplication in python, Usage of Recursive function call. No usage of string functions. String functions usually slow down the approach, Hence pure numerical base approach is taken to solve the product of two numbers.

About

Implementation of karatsuba multiplication in python, Usage of Recursive function call. No usage of string functions


Languages

Language:Python 100.0%