What is the main operation in the merge step of the Merge Sort algorithm?
1
Combining two sorted arrays into a single sorted array
2
Dividing an array into smaller subarrays
3
Finding the median of the array
4
Partitioning the array based on a pivot element