In order to receive credit for this assignment, it must be submitted, using the handin command, by 8 AM on Friday, March 18th.
The purpose of this assignment is to provide an opportunity for you to become familiar with the C++ standard library, STL. In order to receive full credit, your program must compute 1#1 in less than 2 seconds.
For this assignment you must use the list container in the standard C++ library - you should also use the forward and reverse iterators contained in the library.
In your submitted program, include all files that we need to run your program, including the ttf file. Please do a make clean before you submit. Also, include a README file for your submitted solution that describes you, the course and the assignment. Please list the strengths and weaknesses of your solution, what it does and does not do.
Finally, use the handin command to submit you final program. The handin command works as follows:
handin.481.2 <asgn #> <files> for example: handin.481.2 3 *