看图理解单链表的反转
摘要:
原博文:http://blog.csdn.net/feliciafay/article/details/6841115如何把一个单链表进行反转?方法1:将单链表储存为数组,然后按照数组的索引逆序进行反转。方法2:使用3个指针遍历单链表,逐个链接点进行反转。方法3:从第... 阅读全文
posted @ 2017-12-25 23:38 sichenzhao 阅读(202) 评论(0) 推荐(0)
posted @ 2017-12-25 23:38 sichenzhao 阅读(202) 评论(0) 推荐(0)
posted @ 2017-12-25 23:24 sichenzhao 阅读(133) 评论(0) 推荐(0)
posted @ 2017-12-25 20:59 sichenzhao 阅读(139) 评论(0) 推荐(0)
posted @ 2017-12-25 18:35 sichenzhao 阅读(1030) 评论(0) 推荐(0)