Suppose your computer's CPU limits the time to one minute to process the instance of the problem with size n = 1000 using the algorithm with time complexity T(n) = n. If you upgrade your computer with the new CPU that runs 1000 times faster, what instance size could be precessed in one minute using the same algorithm?
Suppose your computer's CPU limits the time to one minute to process the instance of the problem with size n = 1000 using the algorithm with time complexity T(n) = n. If you upgrade your computer with the new CPU that runs 1000 times faster, what instance size could be precessed in one minute using the same algorithm?
Related questions
Question
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps