HW 5: Binary Trees


Description

DUE: Monday, November 17, 14:30 (2:30pm) ET

Submit solutions to all exercises (optional and non-optional) from the Binary Tree lab.

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

A copy of the submission unit tests can be downloaded here: hw5_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.