You are on page 1of 1

Node -> Node class has the left node and the right node along with the

element/data;
BST -> BST class has delete, find, insert methods. Also pre, post and in-order
traversal methods.
BSTApp -> this class contains the main method, there is also a static show method
which gives the output of the input.

You might also like