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.
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