Binary Search Tree Visualizer
Interactive visualization of BST operations with smooth animations
Insert
Delete
Clear Tree
Random Tree
Traversals:
Inorder
Preorder
Postorder
Stop
Nodes:
0
Height:
0
Balance Factor:
0
Traversal Result:
[]
How to Use:
Insert:
Enter a number and click "Insert" to add a node
Delete:
Enter a number and click "Delete" to remove a node
Traversals:
Click traversal buttons to see different tree traversal animations
Random Tree:
Generate a random BST for testing
Clear:
Remove all nodes from the tree