Red–black tree

In computer science, a red–black tree is a self-balancing binary search tree data structure noted for fast storage and retrieval of ordered information. 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.

Source: Wikipedia — Red–black tree (CC BY-SA 4.0)

Red–black tree

In computer science, a red–black tree is a self-balancing binary search tree data structure noted for fast storage and retrieval of ordered information. 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.

Source: Wikipedia "Red–black tree" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy