Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 381 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 381 Bytes

B-Tree

An interactive console application and an implementation of the B-Tree data structure with accompanying algorithms.

Features

  • Configuring B-tree degree
  • Loading keys from a file
  • Key insertion, search and deletion
  • Calculating tree height and number of nodes
  • Level-by-level tree display
  • Transformation of the current tree to a new one with maximum occupancy