10. Question 1 If a O(n^2) algorithm takes 10 seconds to complete on an input size of 50, how many seconds will it take to complete on an input size of 150?
10.
Question 1
If a O(n^2)
Submit
Question 2
If a O(log n) algorithm takes 4200 ms to complete on an input size of 128, how many milliseconds will it take to complete on an input size of 1024?
You may want to consult some rules of logarithms.
Submit
Question 3
If a O(2^n) algorithm takes 3 minutes to complete on an input size of 15, how many minutes will it take to complete on an input size of 20?
You may want to consult some rules of exponents.
Submit
Question 4
If a O(1) algorithm takes 10 minutes to complete on an input size of 15, how many minutes will it take to complete on an input size of 15,000?
Submit
Question 5
If a O(n) algorithm takes 42 milliseconds to complete on an input size of 700, how many milliseconds will it take to complete on an input size of 100
Trending now
This is a popular solution!
Step by step
Solved in 2 steps