Learn Before
Concept

B - Trees

A B - tree is a self balancing search tree. They are used to lower the amount of times that a disk is accessed - which is how the data from the tree is read. As a result, the number of keys (or values) in a given node of the tree is maximized to lower the height of a B - Tree.

0

1

Updated 2021-04-20

Tags

Python Programming Language

Data Science