This project was made to help me strengthen my understanding of sorting algorithms. The code allows you to view a menu and choose from various options to view the various algorithms. You can also read ...
In this Project I implemented different sorting algorithim which included Merge sort, Quick sort, Selection Sort. In the second part we we modified Selection, Heap sort and Merge sort so that they ...