125) 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:
For a serial search to work, the data in the array must be arranged in either alphabetical or numerical order
Answer is:
binary
Answer is:
Place them in a linked list and sort the linked list
Answer is: