Multiply two large numbers using divide and conquer approach.
How it works: Splits numbers into parts and uses three multiplications to compute the product.