Red Black Tree

Create and analyze red black trees

  1. Enter a numeric value in the input box and click "Insert Value" to add it to the Red-Black Tree.
  2. Use "Find Node" to highlight a specific value in the tree or "Remove Node" to delete it.
  3. Click any node directly to remove it from the tree.
  4. Generate a new random Red-Black Tree by entering a size (up to 100) and clicking "Generate Graph."
  5. Click "Reset" to clear the tree and start over.