Skip to main content

2. Merge Sort

This page is about how to sort an array by applying merge sort algorithm using recursive approach.

Refer the Merge sort problem here. This covers the following:

  • Solving Merge sort recursively
  • Time and Space complexity detailed calculation.