To search for an element in a sorted array, which searching technique can be used?
(a) Linear Search
(b) Jump Search
(c) Binary Search
(d) Fibonacci Search
My query is from Parallel Array in section Arrays Types of Data Structures & Algorithms I
I have been asked this question during an interview.