上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 87 下一页
摘要: https://leetcode.com/problems/merge-two-sorted-lists/description/ Merge two sorted linked lists and return it as a new list. The new list should be ma 阅读全文
posted @ 2018-11-07 17:36 丧心病狂工科女 阅读(130) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/pascals-triangle/description/ Given a non-negative integer numRows, generate the first numRows of Pascal's triangle. In 阅读全文
posted @ 2018-11-06 19:18 丧心病狂工科女 阅读(131) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/single-number/description/ Given a non-empty array of integers, every element appears twice except for one. Find that si 阅读全文
posted @ 2018-11-06 18:49 丧心病狂工科女 阅读(134) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/remove-duplicates-from-sorted-array/description/ Given a sorted array nums, remove the duplicates in-place such that eac 阅读全文
posted @ 2018-11-06 15:42 丧心病狂工科女 阅读(123) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/description/ Given an array of integers that is already sorted in ascending order, find 阅读全文
posted @ 2018-11-06 13:25 丧心病狂工科女 阅读(141) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/length-of-last-word/description/ Given a string s consists of upper/lower-case alphabets and empty space characters ' ', 阅读全文
posted @ 2018-11-05 12:51 丧心病狂工科女 阅读(125) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/search-insert-position/description/ Given a sorted array and a target value, return the index if the target is found. If 阅读全文
posted @ 2018-11-05 12:50 丧心病狂工科女 阅读(107) 评论(0) 推荐(0) 编辑
摘要: http://poj.org/problem?id=2492 Background Professor Hopper is researching the sexual behavior of a rare species of bugs. He assumes that they feature 阅读全文
posted @ 2018-11-04 13:56 丧心病狂工科女 阅读(204) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/remove-element/description/ Given an array nums and a value val, remove all instances of that value in-place and return 阅读全文
posted @ 2018-11-04 10:45 丧心病狂工科女 阅读(101) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/valid-parentheses/description/ Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine 阅读全文
posted @ 2018-11-04 10:44 丧心病狂工科女 阅读(139) 评论(0) 推荐(0) 编辑
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 87 下一页