- Use this tool to visualize insertion, deletion, and search operations in a Red-Black tree.
- To insert a value, enter a number in the textbox next to "Insert" and click the Insert button.
- To delete a value, enter a number in the textbox next to "Delete" and click the Delete button.
- To search for a value, enter a number in the textbox next to "Find" and click the Find button.
- Click Print to display the tree values in sorted order (in-order traversal) at the bottom of the page.
- Watch the Observations section to see step-by-step explanations during operations.
- Click View Observations History to review all previous observations from the current session.
Observations