🛠️ Steven Gong

Search

SearchSearch

Aug 15, 2024, 1 min read

Self-Balancing Binary Search Tree

Red-Black Tree

The nodes in a red-black tree hold an extra “color” bit, often drawn as red and black, which help ensure that the tree is always approximately balanced.

Resources

  • https://en.wikipedia.org/wiki/Red%E2%80%93black_tree

Graph View

Backlinks

  • AVL Tree
  • Self-Balancing Binary Search Tree

Created with Quartz, © 2025

  • Blog
  • LinkedIn
  • Twitter
  • GitHub