Introduction to B-trees

Helene
Geek Culture
Published in
7 min readMay 27, 2021

--

Photo by Arnaud Mesureur on Unsplash

One of the most used data structures in computer science is the tree. This has resulted in many different versions being developed. In this article, we will become better acquaintances with the so-called B-trees. To do so, we will first understand the different parts of it and its structure. Afterward, we will see how we can perform different operations on them, i.e., searching, insertion, and deletion. In the end, we will wrap it up with an…

--

--