基于此项目实现的关系型数据库: EasySQL About 数据库应用 B+ 树(Java) Topics java databases data-structures bplustree bplus-tree Resources Readme Activity Stars 5 stars Watchers 1 watching Forks 0 forks Report repository Releases No releases published Packages No packages published Lang...
/* BPlusTree.h B+树定义文件,本程序实行一个简单的B+树 Definition (from http://www.seanster.com/BplusTree/BplusTree.html): (1) A B+ tree of order v consists of a root, internal nodes and leaves. (2) The root my be either leaf or node with two or more children....