Karatsuba-implementation an implementation of Karatsuba multiplication algorithm using Swift x * y = 10ᴺ ac + 10ⁿ⁰⁵ (ad+bc) + bd done while taking stanford course, Algorithms: Design and Analysis, Part 1 https://www.coursera.org/course/algo