B-tree

B-tree

A B-tree is a self-balancing tree data structure used in computer science. It allows for searches, insertions, deletions and sequential access in logarithmic time. It is different from other binary search trees as it allows for nodes with more than two children and is well suited for storage systems that read and write large blocks of data.

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