Consider the following statement:
I. If 'K' is no. of merge operations involved in merge sort technique then K = O(n)
II. Both Quick sort and merge sort are In-place sorting
III. If the elements are already sorted, then the time complexity of Quick sort is better than merge sort.
Which of the above statements are correct?