CS241: Spring 2015 -- Lecture 22, Exam feedback, binary tree, BST, and tree sort
- Exam feedback
- On encapsulation
- On preparing for the final (or for exams in general)
- Recap
- Review: trees and BST and tree sort
- Writing BinaryTree, and GenericBinaryTree
- As always
- representation: root, right, left
- operations:
- constructors
- accessors
- isEmpty()
- toString - plain & recursive
- Testing before use!!