Vidyalelo
Data Structure · Q90

Searching Algorithms

Programming · Data Structure · question 90

Q90

Exponential search has . . . . . . . .

A.
neither an exponential space complexity nor exponential time complexity
Answer
B.
exponential time complexity but a linear space complexity
C.
exponential space complexity but a linear time complexity
D.
both exponential time and space complexity

Answer: Option A

Solution

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