< Back

Lecture 13 - Memory


Activity/Homework

DUE Friday, FEB. 26TH. Submit your java files to inquire by the beginning of class.

Details

Write a class in Java called BinaryTree, which represents a binary search tree. You can chose either implementation you prefer for storage, but at the very least:

Create a program you can use to test your program. Make sure you test all of the methods of your classes.