If T(N) = T(sqrt(N)) + 1 and T(1) = 1
then what is the upper bound i.e O(N) for this function?
sqrt(N) => square root of N
If T(N) = T(sqrt(N)) + 1 and T(1) = 1
then what is the upper bound i.e O(N) for this function?
sqrt(N) => square root of N
Copyright © 2021 JogjaFile Inc.