ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the auxiliary space requirement of the jump search?
Correct Answer: D — O(1)
Jump search does not require any additional space for searching the required element. Thus its auxiliary space requirement will be O(1).