We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
f45f978
Btree insertion and search is supported. Main functions are:
ResultSet btreeSearch(const Node node, int k); Btree btreeInsert(Btree T, int value);