



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The test results for computer science ii - csci 1200 lecture 16, which covers trees and binary search trees. The average test score, score ranges, and instructions for regrading. Additionally, it introduces the concepts of binary trees and binary search trees, their definitions, and basic operations. The document also includes an exercise and class definition for tree nodes, as well as an in-order traversal function.
Typology: Exams
1 / 5
This page cannot be seen from the preview
Don't miss anything!




s′^ = 1. 05 s + 9. 54.
In this figure, each large box indicates a tree node, with the top rectangle representing the value stored and the two lower boxes representing pointers. Pointers that are null are shown with an empty box.
void print_in_order( ostream& ostr, const TreeNode