Computer Science 210
Data Structures
Fall 2016, Siena College
Agenda
Due at the start of class, Friday, November 18.
Please submit answers to these questions in Blackboard under "Lecture 28 Assignment" by the start of class. We will discuss these questions at the start of class, so no late submissions can be accepted.
For the first three questions, consider three-node integer-valued binary trees whose nodes contain the elements "1", "2", and "3". We have not yet studied binary search trees in detail but the idea is simple: each node in the tree has values only less than or equal to its value on the left subtree and only values greater than equal to its value on the right subtree.
Terminology
Examples