Mark As Completed Discussion

Let's test your knowledge. Fill in the missing part by typing it in.

Merge Sort is a popular sorting algorithm that follows the ___ approach. It divides the input array into smaller subarrays, sorts them recursively, and then merges the subarrays to produce the final sorted output.

Write the missing line below.