Data Structures Glossary
Browse 1 data structures terms defined in plain English, from the cultural dictionary of computing.
1 Data Structures Terms
- B-tree
- A self-balancing tree data structure that maintains sorted data and allows searches, insertions, and deletions in logarithmic time. B-trees and their variant...