Multiple choice Which of the following statements is false? Array is a collection of homogeneous elements. Quick sort is based on the divide and conquer method. Array is an index based data structure. The worst case complexity of quick sort is O(n^2). None of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation This is the correct choice as all the above statements are true.