Skip to content

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

Notifications You must be signed in to change notification settings

vstambolic/b-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages