info@avatto.com
+91-9920808017
0. The cube root of a natural number n is defined as the largest natural number m such that m3 ≤ n. The complexity of computing the cube root of n (n is represented in binary notation) is
O(n) but not O(n0.5)
O(n0.5) but not O ((log n)k) for any constant k > 0.
O((log n)k) for some constant k > 0, but not O((log log n)m) for any constant m > 0
O((log log n)k) for some constant k > 0.5, but notO((log logn)0.5)
You must be logged in to post a comment.
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login
You must be logged in to post a comment.