Program #7

Rewrite the Map class template from Program #5 with a new implementation. The public interface may not change in any way, except that you will have to explicitly implement the Big Three and a constructor. What changes is the implementation, which will now use a singly-linked list. The list does not need to be maintained in sorted order.

Due Date

This program is due on Tuesday November 2. Modify the test program from Program #5 by passing the parameter m to printLargeFactorizations using call by value. Of course this is not a great idea, but it will test if your Big Three is correctly implemented. Submit your code, including the test program, and your output.