上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
题目来源 https://leetcode.com/problems/decode-ways/ A message containing letters from A-Z is being encoded to numbers using the following mapping: Given a Read More
posted @ 2016-05-03 17:24 loadofleaf Views(240) Comments(0) Diggs(0) Edit
题目来源 https://leetcode.com/problems/gray-code/ The gray code is a binary numeral system where two successive values differ in only one bit. Given a non Read More
posted @ 2016-04-15 13:32 loadofleaf Views(221) Comments(0) Diggs(0) Edit
题目来源 https://leetcode.com/problems/merge-sorted-array/ Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array. No Read More
posted @ 2016-04-15 13:26 loadofleaf Views(531) Comments(0) Diggs(0) Edit
题目来源 https://leetcode.com/problems/word-search/ Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from let Read More
posted @ 2016-04-15 13:21 loadofleaf Views(349) Comments(0) Diggs(0) Edit
题目来源 https://leetcode.com/problems/subsets-ii/ Given a collection of integers that might contain duplicates, nums, return all possible subsets. Note: Read More
posted @ 2016-04-15 13:18 loadofleaf Views(224) Comments(0) Diggs(0) Edit
题目来源 https://leetcode.com/problems/subsets/ Given a set of distinct integers, nums, return all possible subsets. Note: Elements in a subset must be in Read More
posted @ 2016-04-15 13:14 loadofleaf Views(354) Comments(0) Diggs(0) Edit
1. 简介 Compares two NetCDF files in-place to find specific variables, dimensions and/or attributes that differ. Highly recommended for any test-driven Read More
posted @ 2016-04-13 21:58 loadofleaf Views(986) Comments(0) Diggs(0) Edit
题目来源 https://leetcode.com/problems/partition-list/ Given a linked list and a value x, partition it such that all nodes less than x come before nodes g Read More
posted @ 2016-04-08 10:47 loadofleaf Views(162) Comments(0) Diggs(0) Edit
题目来源 https://leetcode.com/problems/remove-duplicates-from-sorted-list/ Given a sorted linked list, delete all duplicates such that each element appear Read More
posted @ 2016-04-08 10:42 loadofleaf Views(142) Comments(0) Diggs(0) Edit
题目来源 https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/ Given a sorted linked list, delete all nodes that have duplicate numbers, le Read More
posted @ 2016-04-08 10:39 loadofleaf Views(151) Comments(0) Diggs(0) Edit
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页