05 2016 档案

摘要:github的链接: https://github.com/deepYY/object oriented/tree/master/PAT.1025 题目 javascript 给定一个常数K以及一个单链表L,请编写程序将L中每K个结点反转。例如:给定L为1→2→3→4→5→6,K为3,则输出应该为3 阅读全文
posted @ 2016-05-22 13:15 Smnouy 阅读(618) 评论(1) 推荐(0)
摘要:github链接: https://github.com/deepYY/object oriented/tree/master/Circle 作业题目 代码如下 阅读全文
posted @ 2016-05-06 09:41 Smnouy 阅读(249) 评论(0) 推荐(0)