數據結構例程——分塊查找

本文是[數據結構基礎系列(8):查找]中第5課時[分塊查找]的例程。web 分塊查找數據結構 #include <stdio.h> #define MAXL 100 //數據表的最大長度 #define MAXI 20 //索引表的最大長度 typedef int KeyType; typedef char InfoType[10]; typedef struct { KeyType ke
相關文章
相關標籤/搜索