Bubble Sort, Bucket Sort, Count Sort, Heap Sort, Insertion Sort, Merge Sort, Quick Sort, Radix Sort, Selection Sort, Shell Sort. Implemented in: Java, Kotlin, C, C++ ...
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.