123) The average time required to perform a successful sequential search for an element in an arrayA(1 : n) is given by
Answer is:
(n + 1)/2
Related Data structures and Algorithms MCQ with Answers
Answer is:
Linear time
Answer is:
(n+1)/2
Answer is:
For a serial search to work, the data in the array must be arranged in either alphabetical or numerical order
Answer is: