1.

Which of the following is not an alternate name of exponential search?(a) Logarithmic search(b) Doubling search(c) Galloping search(d) Struzik searchThis question was posed to me in an interview for job.My doubt is from Searching topic in section Searching of Data Structures & Algorithms II

Answer»

Correct option is (a) Logarithmic search

The EXPLANATION is: Logarithmic search is not an ALTERNATE NAME of the exponential search. Some alternate names of exponential search are DOUBLING search, Galloping search and Struzik search.



Discussion

No Comment Found

Related InterviewSolutions