ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Exponential search has ____________
Correct Answer: A — neither an exponential space complexity nor exponential time complexity
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.