All Classes and Interfaces

Classes
Class
Description
The BinaryTree class represents a binary tree, where each node has a left and right child.
The Node class represents a single node in a binary tree.