Menu

Sorting Questions

MCQ
1.
The time complexity of the normal quick sort, randomized quick sort algorithms in the worst case is
forum Discussion
MCQ
2.
Let there be an array of length
forum Discussion
MCQ
3.
Sorting is not possible by using which of the following methods?
forum Discussion
MCQ
4.
For the bubble sort algorithm, what is the time complexity of the best/worst case? (assume that the computation stops as soon as no more swaps in one pass)
forum Discussion
MCQ
5.
For the quick sort algorithm, what is the time complexity of the best/worst case?
forum Discussion
MCQ
6.
Which of following algorithm scans the list by swapping the entries whenever pair of adjacent keys are out of desired order?
forum Discussion
MCQ
7.
Identify the name of the sorting in which time is not proportional to n2.
forum Discussion
MCQ
8.
. Identify the name of the sorting in which time is not proportional to n2.
forum Discussion
MCQ
9.
This algorithm scans the list by swapping the entries whenever pair of adjacent keys are out of desired order.
forum Discussion
MCQ
10.
Quick sort invented by _____________
forum Discussion
Page 1 of 2Next chevron_right