C++实现B-树插入删除查找

/* * BMT.h * * Created on: Nov 2, 2015 * Author: chris */ #ifndef BMT_H_ #define BMT_H_ #include<iostream> #define m 3 struct Record{ //empty. }; typedef int KeyType; typedef struct
相关文章
相关标签/搜索