Introduction to more complex sorting algorithms.
Shell, Merge, Heap, and Quick Sorts
Textbook Exercises
More efficient sorting.
screencast 30:00 min
Write the reheap method.
Practice
Show the resulting heap.
Quiz
Implement the merge method.
Implement Heapsort, Quicksort, Mergesort.
Homework Assignment