This program is a simple implementation of the merge sort algorithm to sort an array of integers. It generates a random array of size 10 with values between 0 and 100 using the random_array method.
Here are my Data Structure Sorting codes in Python. Code Includes : Bubble Sort , Bucket Sort , Insertion Sort , Merge Sort & Quick Sort.