标签:存储 lis 查找 数据 基于 The 数据结构实验 code define
#define LIST_SIZE 20 typedf struct{KeyType key;OtherType other_data;}RecordType; typedef struct{RecordType r[LIST_SIZE+1]; int lenth;}RecordList;
谢谢浏览。
标签:存储 lis 查找 数据 基于 The 数据结构实验 code define
原文地址:https://www.cnblogs.com/ageng/p/13026755.html