10 2017 档案

摘要:6-1 链表逆置(20 分) 本题要求实现一个函数,将给定单向链表逆置,即表头置为表尾,表尾置为表头。链表结点定义如下: struct ListNode { int data; struct ListNode *next; }; struct ListNode { int data; struct 阅读全文
posted @ 2017-10-22 10:28 张晓楠 阅读(2704) 评论(3) 推荐(1)
摘要:6-1<!-- /react-text --><!-- react-text: 2713 --> <!-- /react-text --><!-- react-text: 2714 -->顺序表操作集<!-- /react-text --><!-- react-text: 2715 -->(<!-- 阅读全文
posted @ 2017-10-21 18:52 张晓楠 阅读(2769) 评论(0) 推荐(0)
摘要:7-1<!-- /react-text --><!-- react-text: 1471 --> <!-- /react-text --><!-- react-text: 1472 -->统计学生平均成绩与及格人数<!-- /react-text --><!-- react-text: 1473 - 阅读全文
posted @ 2017-10-21 18:50 张晓楠 阅读(16772) 评论(0) 推荐(0)