Skip to content

Releases: borgstad/btree

Btree insertion and search

03 Jul 11:24
f45f978
Compare
Choose a tag to compare

Btree insertion and search is supported. Main functions are:

ResultSet btreeSearch(const Node node, int k);
Btree btreeInsert(Btree T, int value);