Merge Sort Algorithm

For Complete YouTube Video: Click Here

In this class, we will try to understand Merge Sort Algorithm.

We have already discussed the Merge function of the Merge Sort in our previous class.

Understanding the Merge function of the merge sort is very important.

Merge Sort Algorithm

The algorithm for merge sort is as shown below.

Merge Sort Algorithm 1
Merge Sort

We have already discussed the merge function in our previous class.

For better understanding, we will consider the array of elements shown below.

Merge Sort Algorithm 2
Merge Sort

The first Merge-Sort function call made is Merge-Sort(0, 7).

The image below is the stack of activation records created for this program to execute.

Merge Sort Algorithm 3
Merge Sort

For better understanding click the complete YouTube video link on the top.