B+树C语言实现

B+树C语言版本,编译经过,测试正确node 插入部分实现,其中删除和插入相似测试 #include<stdlib.h> #include<stdio.h> #include<stdbool.h> #include<string.h> #define M 2 //The minimum degree of this B+ tree #define KeyNumMax 2*M-1//Maximum
相关文章
相关标签/搜索