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