PA01: Lab 5 -- Singly Liked List


Items for this week

  • Implementation Testing of List
  • Programming Exercise 2 - Move to Beginning
  • Programming Exercise 3 - Insert Before.

Notes:

  • There is a discussion thread for this lab assignment on Web Campus, Or you can access it Here
  • Throwing Exceptions:
    • the name of the funciton followed by "empty list" or "full list"
    • throw logic_error ("remove() empty list");

  • Note for next time... need to update test5.cpp to add test options for Copy Constructor and the Operator =