Open
Description
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.
Possible solutions:
- Change BinarySearchTree to BSTNode
- Add a BinarySearchTree class derived from BSTNode
- Add instructions to tell the student to write AJ Genung WIP #2.