CMSC 10700 Spring 2004
Sharon Salveter

Homework #2
Due Wednesday 14 April 11:59pm

Markov Algorithms with STL

Redo Homework #1 using the STL list class.

#include <list> 
gives you the list class template definition.

Your text has a short section on the STl list class on pages 221-223.

For the program you turn in use the same data provided for Homework #1.