This website provides a simple way to visualize a Binary Search Tree for personal projects, education, and more!
- Add values to a binary search tree
- Delete values from a binary search tree
- Generate random binary search trees
- See a preorder, postorder, or inorder list of a binary search tree
- Exporting binary search trees in various ways
- Better explanations for inorder, preorder, postorder, adding, removing, etc.
- Animations when editing trees
- Expanded visualizations of preorder, postorder, and inorder
As of now, you can right click on the tree and save it as an image in a browser of your choice.