Open
Description
Is your feature request related to a problem? Please describe.
No, it isn't a problem. I wanted to add an additional project to it.
Initial thoughts about the project
This project allows the user to insert integers one by one. These integers will form a Binary Search Tree. The user can view the Binary Search Tree by clicking on a button "View BST".
Additional enhancement that can be made
- The sequence of in order, pre order, and post order traversal can be shown.
- Once user inserted an integer, the graph will be updated instantly without needing to press "View BST".