Loading practice questions
Exponential search has ____________
Correct Answer: A — neither an exponential space complexity nor exponential time complexity
Explanation:
Exponential search has neither an exponential space complexity nor exponential time complexity. It is named exponential search because it searches for an element in an exponential manner.