Description: By Java implementation of a index of b+ tree data structure, which can realize query, delete, add, and other functions. Students wishing to study index don t miss it
To Search:
File list (Check if you may need any files):
b+\BPlusTree.java
..\IndexNode.java
..\LeafNode.java
..\Node.java
..\Tests.java
..\Utils.java
b+