public int minLevels = 0; // Minimum number of levels possible // Constructor public BinarySearchTree() { root = null; }