CSC 344
Homework 3

Assigned Feb. 23, due Mar. 7

Problems from the textbook:
  1. Problems 4.7 and 4.9: implement a MergeSort, in place and without recursion, storing the list in a simple array.

  2. Problem 4.10 on Quicksort.

  3. Problems 4.18, 4.19, and 4.20 on heaps and priority queues.

  4. Problem 4.25 on radix sorts


Last modified: Tue Feb 20 11:31:33 EST 2001
Stephen Bloch / sbloch@adelphi.edu