随笔分类 - 数据结构
数据结构(Data Structure)是相互之间存在一种或多种特定关系的数据的集合
摘要:#includeusing namespace std;#include#include typedef int KeyType;typedef char * InfoType;typedef struct{ KeyType key; InfoType otherinfo;}ElemType;typ...
阅读全文
摘要:#includeusing namespace std;#include#includetypedef int KeyType;typedef char * InfoType;typedef struct{ KeyType key; InfoType otherinfo;}ElemType;type...
阅读全文
浙公网安备 33010602011771号