B-Trees

Home > Mathematics > Graph theory > Tree Graphs > B-Trees

These are multi-level dynamically balanced search trees used for storage that allows operations such as insertion, deletion, and searching with a time complexity of O(log n).