vstambolic / b-tree

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 100.0%