A WinForms app to visualize how different kinds of binary search trees work. Available tree types:
Available tree operations:
- Insertion
- Deletion
- Searching
- Minimum
- Maximum
- Predecessor
- Successor
- Preorder tree walk
- Inorder tree walk
- Postorder tree walk
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A WinForms app to visualize how different kinds of binary search trees work. Available tree types:
Available tree operations: