BTree Tester

BTrees are indexes used in databases in order to easy data accesses. It is an tree based structure in which each node can store several values, linked to pointers (pointing to an other node or data).

I have implemented this BTree Tester in an Java 1.7 Applet in order to test the algorithm of creation on your own examples: BTree Tester

Laisser un commentaire