算法导论18章-B树
yunfei 发布于 9年前 (2016-07-08)
#include#include#defineTRUE1#defineFALSE0staticintt=2;typedefstruct_nodenode;struct_node{intn;int*key;//节点包含的keynode*c;//节点包含的孩子intleaf;//是否...
阅读(793)评论(0)赞 (0)
yunfei 发布于 9年前 (2016-07-08)
#include#include#defineTRUE1#defineFALSE0staticintt=2;typedefstruct_nodenode;struct_node{intn;int*key;//节点包含的keynode*c;//节点包含的孩子intleaf;//是否...
阅读(793)评论(0)赞 (0)