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 visualisation of several Sorting Algorithms in action
VisualGo - includes the pseudocode to explain what is happening.
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