Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年3月4日

摘要: https://oj.leetcode.com/problems/reverse-linked-list-ii/Reverse a linked list from positionmton. Do it in-place and in one-pass.For example:Given1->2-... 阅读全文
posted @ 2015-03-04 19:13 NickyYe 阅读(201) 评论(0) 推荐(0)

摘要: https://oj.leetcode.com/problems/reorder-list/ Given a singly linked list L: L0→L1→…→Ln-1→Ln,reorder it to: L0→Ln→L1→Ln-1→L2→Ln-2→… You must do this i 阅读全文
posted @ 2015-03-04 15:02 NickyYe 阅读(255) 评论(0) 推荐(0)