Multiple choice Which of the following statements is/are true? Quick sort requires additional memory as compared to merge sort. The average case complexity of merge sort is the same as quick sort. The worst case complexity of quick sort and merge sort are also the same. All of the above Only (2) and (3). Reveal answer Fill a bubble to check yourself B Correct answer Explanation Both have the same complexity O(N log N), where N is the number of comparisons.