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.