Sorting algorithm can be characterized as ______.

 a) Simple algorithm which require the order of n2  comparisons to sort n items. b) Sophisticated algorithm that require the O(n log 2n) comparisons to sort items c) Both of the above d) None of the above

Quick sort uses?

a) Divide and conquer  b) Partition  c) Marking  d) None