You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In binary_search_tree.py, below the BSTNode class definition, there is extra code that uses the BinarySearchTree class. This class is undefined. It is not referenced in the instructions, and causes difficult to decipher errors when you first start on the project.