CS 1321 (Principles of Algorithm Design II):
Homework #4 Sample Solution
Sample solution code
Not available.
Testing
Here are the test programs we used:
Other relevant files include:
- Script hw04test
used to automatically perform the tests.
- Sample output hw04test.OUT.
- testsub.h included by above
test programs; contains tricky print function to print
the list even if lstring's << fails
- Linked list class seq.h and
seq.cc.