3.8.4.4 #B-Tree

Knowledge Base > Algorithm > Data Structure


Overview

B-Tree is a tree data structure that keeps data sorted and allows insertions and deletions in logarithmic time.