11. What is the time complexity of interpolation search when the input array has uniformly distributed values and is sorted?
12. What is the time complexity of exponential sort?
13. What is the recurrence relation for the linear search recursive algorithm?
14. Which algorithmic technique does Fibonacci search use?
15. Interpolation search is a variation of?
16. Jump search algorithm requires which of the following condition to be true?
17. Jump search has a worst case time complexity of O(n).
18. Choose the incorrect statement about exponential search from the following.
19. Where is linear searching used?
20. Exponential search algorithm requires which of the following condition to be true?
Read More Section(Searching Algorithms)
Each Section contains maximum 100 MCQs question on Searching Algorithms. To get more questions visit other sections.