Idiot-maker

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

2015年2月4日

摘要: https://oj.leetcode.com/problems/partition-list/Given a linked list and a valuex, partition it such that all nodes less thanxcome before nodes greater... 阅读全文
posted @ 2015-02-04 22:03 NickyYe 阅读(185) 评论(0) 推荐(0) 编辑

摘要: https://oj.leetcode.com/problems/remove-nth-node-from-end-of-list/Given a linked list, remove thenthnode from the end of list and return its head.For ... 阅读全文
posted @ 2015-02-04 20:03 NickyYe 阅读(165) 评论(0) 推荐(0) 编辑

摘要: https://oj.leetcode.com/problems/remove-duplicates-from-sorted-array-ii/Follow up for "Remove Duplicates":What if duplicates are allowed at mosttwice?... 阅读全文
posted @ 2015-02-04 19:06 NickyYe 阅读(184) 评论(0) 推荐(0) 编辑