数据结构例程——分块查找

本文是[数据结构基础系列(8):查找]中第5课时[分块查找]的例程。web 分块查找数据结构 #include <stdio.h> #define MAXL 100 //数据表的最大长度 #define MAXI 20 //索引表的最大长度 typedef int KeyType; typedef char InfoType[10]; typedef struct { KeyType ke
相关文章
相关标签/搜索