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
相關文章
相關標籤/搜索