Install stx-btree-demo by entering the following commands in the terminal:
sudo apt update sudo apt install stx-btree-demo
Description:
b+tree implementation in c++, demo program
The STX B+ Tree package is a set of C++ template classes implementing a B+ tree key/data container in main memory. This package provides a demonstration program to illustrate a B+ tree structure.
Homepage: http://idlebox.net/2007/stx-btree/
Version: 0.9-2build2
Section: universe/misc