This project demonstrates the implementation and comparison of Insertion Sort and Merge Sort using Python. You can take user input or test the algorithms on a predefined array.
The Bubble Sort has value as an academic exercise, but its performance is poor for large lists and arrays. Unit testing demonstrates that the sort works properly. I coded the algorithm so that it can ...