Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 59 下一页

2015年2月9日

摘要: https://oj.leetcode.com/problems/rotate-list/Given a list, rotate the list to the right bykplaces, wherekis non-negative.For example:Given1->2->3->4->... 阅读全文
posted @ 2015-02-09 15:41 NickyYe 阅读(179) 评论(0) 推荐(0) 编辑

2015年2月8日

摘要: https://oj.leetcode.com/problems/implement-strstr/Implement strStr().Returns the index of the first occurrence of needle in haystack, or -1 if needle ... 阅读全文
posted @ 2015-02-08 22:12 NickyYe 阅读(168) 评论(0) 推荐(0) 编辑

摘要: https://oj.leetcode.com/problems/valid-palindrome/Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignori... 阅读全文
posted @ 2015-02-08 20:55 NickyYe 阅读(225) 评论(0) 推荐(0) 编辑

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) 编辑

上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 59 下一页