Chapter 2: Problem 33
Modify Algorithm 2.9 (Large Integer Multiplication) so that it divides each \(n\) digit integer into a. three smaller integers of \(n / 3\) digits (you may assume that \(n=3^{k}\) ). b. four smaller integers of \(n / 4\) digits (you may assume that \(n=4^{k}\) ). Analyze your algorithms, and show their time complexities in order notation.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.