Vidyalelo
Data Structure · Q835

Miscellaneous on Data Structures

Programming · Data Structure · question 835

Q835

By what factor time complexity is reduced when we apply square root decomposition to a code?

A.
n
B.
√n
Answer
C.
n2
D.
n-1/2

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board