The lower bound on the number of comparisons performed by comparison-based sorting algorithm is
a) Ω (1) b) Ω (n) c) Ω (nlogn) d) Ω (n2)
a) Ω (1) b) Ω (n) c) Ω (nlogn) d) Ω (n2)
a) O(n) b) O(nlogn) c) O(n2) d) O(n2logn)
a) Insertion sort b) Quick sort c) Merge sort d) Selection sort
a) Insertion sort b) Counting sort c) Selection sort d) Bubble sort
a) Counting sort b) Radix sort c) Bucket sort d) None
a) θ (n) b) θ (nlogn) c) θ (n2) d) None
a) θ (n) b) θ (nlogn) c) θ (n2) d) none
a) 0 b) n c) nlogn d) n2
a) Counting sort b) Bucket sort c) Radix sort d) All of the above
a) Insertion sort b) Selection sort c) Quick sort d) Heap sort
a) Counting sort b) Bucket sort c) Radix sort d) Quick sort
a) θ (n) b) θ (nlogn) c) θ (n2) d) θ (n(logn) 2)
a) Insertion sort b) Selection sort c) Heap sort d) None
a) Insertion sort b) Selection sort c) Quick sort d) None
a) Insertion sort b) Selection sort c) Quick sort d) Merge sort
a) O(logn) b) O(n) c) O(nlogn) d) O(n2)