上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 23 下一页
摘要: Given a string containing only digits, restore it by returning all possible valid IP address combinations. 阅读全文
posted @ 2014-07-01 23:59 jdflyfly 阅读(219) 评论(0) 推荐(0) 编辑
摘要: Reverse a linked list from position m to n. Do it in-place and in one-pass. 阅读全文
posted @ 2014-07-01 23:56 jdflyfly 阅读(178) 评论(1) 推荐(0) 编辑
摘要: Given a collection of integers that might contain duplicates, S, return all possible subsets. 阅读全文
posted @ 2014-07-01 23:51 jdflyfly 阅读(219) 评论(0) 推荐(0) 编辑
摘要: Given an encoded message containing digits, determine the total number of ways to decode it. 阅读全文
posted @ 2014-07-01 23:44 jdflyfly 阅读(170) 评论(0) 推荐(0) 编辑
摘要: The gray code is a binary numeral system where two successive values differ in only one bit. 阅读全文
posted @ 2014-07-01 23:15 jdflyfly 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Given two sorted integer arrays A and B, merge B into A as one sorted array. 阅读全文
posted @ 2014-07-01 22:23 jdflyfly 阅读(122) 评论(0) 推荐(0) 编辑
摘要: Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x. 阅读全文
posted @ 2014-07-01 22:20 jdflyfly 阅读(214) 评论(0) 推荐(0) 编辑
摘要: Given a string s1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively. 阅读全文
posted @ 2014-07-01 22:15 jdflyfly 阅读(224) 评论(0) 推荐(0) 编辑
摘要: Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area. 阅读全文
posted @ 2014-06-30 00:09 jdflyfly 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list. 阅读全文
posted @ 2014-06-29 23:51 jdflyfly 阅读(128) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 23 下一页