Idiot-maker

  :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2015年2月2日

摘要: https://oj.leetcode.com/problems/remove-element/Given an array and a value, remove all instances of that value in place and return the new length.The ... 阅读全文
posted @ 2015-02-02 23:00 NickyYe 阅读(219) 评论(0) 推荐(0)

摘要: https://oj.leetcode.com/problems/swap-nodes-in-pairs/Given a linked list, swap every two adjacent nodes and return its head.For example,Given1->2->3->... 阅读全文
posted @ 2015-02-02 21:33 NickyYe 阅读(239) 评论(0) 推荐(0)