Worst case is ________.
a) 2logn b) O(n2) c) n log n d) n
a) 2logn b) O(n2) c) n log n d) n
a) 2logn b) O(n logn) c) n logn d) log n
a) Left b) Right c) Above d) Below
a) A[left] b) A[right] c) Left d) Right
a) 2 logn b) O logn c) (O(N log N)) d) 2n
a) Quick b) Shell c) Heap d) Selection
a) Simple implementation b) Adaptive c) All the above
a) Inefficient to operate with a large list b) Inefficient to operate with a small list c) Both a and b d) None of these
a) Selection sort b) Insertion sort c) Quick sort d) None of these
a) Insertion b) Selection c) Quick d) None of these
a) Much more complicated to analyze than that of worst case b) Much more simpler to analyze than that of worst case c) Sometimes more complicated and some other times simpler than that of worst case d) None of these
a) O(n) b) O(n log n) c) O(n2) d) O(n3)
a) Time b) Space c) Both a and b d) None of these
a) Insertion sort b) Quick sort c) Shell sort d) Bubble sort
a) O(n2) b) O(n) c) O(1) d) O(n log n)
a) Binaray sorted tree b) B- tree c) B + tree d) AVL tree