Understand and explain how the merge sort algorithm works.
Understand and explain how the bubble sort algorithm works.
Compare and contrast merge sort and bubble sort algorithms (advantages and disadvantages)
Click here for a visual of several Sorting Algorithms in action
Copy BOTH of the programs into your chosen IDE.
Run the program.
Can you explain what is happening in the program?
Can you change the items in the list?
Have a go at extending the program further.
Insertion sort is NOT part of our specification