Duplicated from trl-lib/stack-llama
What is a Red-Black tree?
Human: What is a Red-Black tree? Assistant: A binary search tree with two additional properties: every node must be either black or red; the root node must be black.
· Sign up or log in to comment