sunnyrain 的 站内主页
2008
06-12
06-12
1、
这是一个动态链表排序的函数,没有语法错误,估计存在逻辑错误~~~~~~~
想了很久也没想通,请各位高手帮忙指点一下,不胜感激!
struct student *sort(struct student *head){ struct student *p,*p1,*p2; int m,i; p=(struct student *)malloc(LEN);&nb....
Read More >