Karatsuba Algorithm Explained with Examples

Karatsuba Fast multiplication algorithm is explained with examples in this video tutorial for n digit by n digit multiplication. It is shown how the complexity of multiplication is reduced from O(n^2) of traditional grade school multiplication to O(n^1.6) of faster multiplication using Karatsuba method. This result in reduced computation time to achieve large n digit by n digit multiplication.