B Trees Research Paper (1970) - podcast episode cover

B Trees Research Paper (1970)

Jul 16, 202016 min
--:--
--:--
Download Metacast podcast app
Listen to this episode in Metacast mobile app
Don't just listen to podcasts. Learn from them with transcripts, summaries, and chapters for every episode. Skim, search, and bookmark insights. Learn more

Episode description

In computer science, a B-tree is a self-balancing tree data structure that maintains sorted data and allows searches, sequential access, insertions, and deletions in logarithmic time. The B-tree generalizes the binary search tree, allowing for nodes with more than two children.[2] Unlike other self-balancing binary search trees, the B-tree is well suited for storage systems that read and write relatively large blocks of data, such as discs. It is commonly used in databases and file systems.

For the best experience, listen in Metacast app for iOS or Android
Open in Metacast
B Trees Research Paper (1970) | Programmers Quickie podcast - Listen or read transcript on Metacast