张乃孝版的数据结构课本课件讲解代码sort.c.doc
#include #include Include PriorityQueue.c typedef int KeyType; typedef int DataType; typedef struct { KeyType key; /* 排序码字段 */ DataType info; /* 记录的其它字段 */ }RecordNode; typedef st
下载地址
用户评论