AdvancedVocabulary#software-architecture#developer-tools#backend

Red-Black Tree Vocabulary

Build fluency in the vocabulary of a colored, self-balancing binary search tree that never lets one branch grow too deep.

0 / 5 completed
1 / 5
At standup, a dev mentions a self-balancing binary search tree where every node carries an extra color bit, red or black, and a small set of coloring rules guarantees no root-to-leaf path is ever more than twice as long as another. What is this structure called?