Quick_Multiplication

Implementation of multiplication of long numbers using the regular multiplication and "Divide and Conquer" approach. Applying python to visually compare the time complexity of both algorithms.