[Solved] Computing the Value of n for algorithmic equation
We have number of operations (per second). The function maps input size to number of operations. So all we need to do is set that function equal to the number of operations, and calculate n. sqrt(n) = 107 sqrt(n)2 = (107)2 n = 1014 4 solved Computing the Value of n for algorithmic equation