码迷,mamicode.com
首页 >  
搜索关键字:contain    ( 5282个结果
[C++]LeetCode: 118 Find Peak Element (二分查找 寻找数组局部峰值)
题目: A peak element is an element that is greater than its neighbors. Given an input array where num[i] ≠ num[i+1], find a peak element and return its index. The array may contain multiple pea...
分类:编程语言   时间:2015-01-23 16:22:13    阅读次数:185
【leetcode】Permutations II (middle)
Given a collection of numbers that might contain duplicates, return all possible unique permutations.For example,[1,1,2]have the following unique perm...
分类:其他好文   时间:2015-01-21 22:16:01    阅读次数:290
[Leetcode][JAVA] Minimum Window Substring
Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n).For example,S="ADOBECODEBA...
分类:编程语言   时间:2015-01-21 06:35:47    阅读次数:255
[LeetCode]Minimum Window Substring
Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n). For example, S = "ADOBECODEBANC" T = "ABC" Minimum window is "BAN...
分类:Windows程序   时间:2015-01-20 12:03:35    阅读次数:219
[LeetCode]47.Permutations II
【题目】 Given a collection of numbers that might contain duplicates, return all possible unique permutations. For example, [1,1,2] have the following unique permutations: [1,1,2], [1,2,1], an...
分类:其他好文   时间:2015-01-19 12:49:17    阅读次数:133
[C++]LeetCode: 108 Add Two Numbers (反序链表求和)
题目: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it ...
分类:编程语言   时间:2015-01-18 18:38:24    阅读次数:275
POJ 1028 Web Navigation (模拟法)
Web NavigationTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 29819Accepted: 13328DescriptionStandard web browsers contain features to move b...
分类:Web程序   时间:2015-01-18 10:31:47    阅读次数:779
【leetcode】Add Two Numbers(middle) ☆
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:其他好文   时间:2015-01-17 22:12:46    阅读次数:168
自动注册条件详解
Thefollowingconditionscanbesetforactionsbasedonactiveagentauto-registration: ConditiontypeSupportedoperatorsDescription HostmetadatalikenotlikeSpecifyhostmetadataorhostmetadatatoexclude.like-hostmetadatacontainsthestring.notlike-hostmetadatadoesnotcontai..
分类:其他好文   时间:2015-01-17 06:36:23    阅读次数:174
leetcode 【 Add Two Numbers 】 python 实现
题目:You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a sing...
分类:编程语言   时间:2015-01-16 14:37:18    阅读次数:247
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!