随笔分类 -  数据结构

数据结构(Data Structure)是相互之间存在一种或多种特定关系的数据的集合
摘要:#includeusing namespace std;#include#include typedef int KeyType;typedef char * InfoType;typedef struct{ KeyType key; InfoType otherinfo;}ElemType;typ... 阅读全文
posted @ 2015-11-18 11:20 IT_程序袁 阅读(474) 评论(0) 推荐(0)
摘要:#includeusing namespace std;#include#includetypedef int KeyType;typedef char * InfoType;typedef struct{ KeyType key; InfoType otherinfo;}ElemType;type... 阅读全文
posted @ 2015-11-17 21:46 IT_程序袁 阅读(399) 评论(0) 推荐(0)