急!高手帮忙啊!简单编程!期末考试要考! 谢谢
假设线性表采用如下定义的存储结构:Typedef struct{
KeyType key;
infoType otherinfo;
}nodeType;
typedef nodeType SqList[MAXLEN];
用C语言编写一个对 r 进行直接选择排序的算法
void sort(SqList r,int n)
{......}
[[it] 本帖最后由 sleetprince 于 2008-6-21 10:29 编辑 [/it]]