Branch Wise MCQComputer Science McqsData Structure

Data Structure MCQ Page-09

81.
The easiest sorting is……..

82.
Which of the following sorting algorithm is of divide and conquer type?

83.
Merging k sorted tables into a single sorted table is called……

84.
The function used to modify the way of sorting the keys of records is called……..

85.
If the number of record to be sorted large and the key is short, then …… sorting can be efficient.

86.
The worst case occurs in linear search algorithm when…….

87.
The complexity of sorting algorithm measures the …… as a function of the number n of items to be sorter.

88.
Which of the following is not a limitation of binary search algorithm?

89.
The Average case occurs in linear search algorithm……….

90.
Binary search algorithm cannot be applied to…