tekzen
April 20th, 2009, 02:29 AM
how would one
Trace the mergesort algorithm as it sorts the below array into ascending order. List all the calls to mergesort and to merge in the order in which they occur.
10, 40, 20, 12, 30, 15
Trace the mergesort algorithm as it sorts the below array into ascending order. List all the calls to mergesort and to merge in the order in which they occur.
10, 40, 20, 12, 30, 15