Red Black Trees

Red%E2%80%93black tree

Red-black trees are a type of binary search tree that use an extra bit of information to ensure fast storage and retrieval of ordered information, with operations completing in O(log n) time. They also guarantee that the tree is always approximately balanced, and require only one bit of information per node.

1 courses cover this concept

CS 61B: Data Structures

UC Berkeley

Fall 2022

CS 61B focuses on software efficiency from design and runtime perspectives. It covers object-oriented programming with Java, teaching data structures and various programming concepts. The course promotes hands-on learning with optional assignments.

No concepts data

+ 55 more concepts