Homework 3: Stacks, Queues, and Linked Lists


Description

DUE: Monday, October 13, 14:30 (2:30pm) ET

Submit solutions to the non-optional exercises from both the Stacks/Queues lab and the Linked List lab.

All solutions should be placed in a single file named hw3.py and submitted via Web-CAT.

A copy of the submission unit tests can be downloaded here: hw3_tests.py. There will be no private/secret tests for this assignment.

Also, check your code thoroughly to make sure that it complies with the class style guide.

NOTE: While this homework consists of programming problems, it is not categorized as a programming assignment in this course, and therefore the 72-hour late policy does NOT apply.

NOTE: You may re-use code from a previous lab, even if you wrote it in a group with others. If you did work in a group for the lab, please acknowledge this in the comments at the top of your code. All new code written for this homework must be your own work; do not share it with others.