Pick up the INCORRECT statement :
I. Merge sort and heap sort are stable sorting techniques.
II. Simple divide and conquer approach for matrix multiplication is not optimal.
III. Quick sort uses an additional temporary array during the partitioning process.
1
I only
2
III only
3
I & III
4
II & III only