The College of New Jersey
Computer Science Department
CMSC 410: Advanced Algorithms
Fall 2001





Homework #7 (06/28) :
Using the following array (20, 5, 67, 11, 45, 66, 5, 15, 33, 6, 14, 21, 44, 2, 6, 9)
(i)    Apply the mergesort algorithm by hand and show all the phases of the algorithm (after each breaking into halves, as well as after each merging of the sorted halves into a new list).