码迷,mamicode.com
首页 >  
搜索关键字:indices    ( 788个结果
LeetCode 1. Two Sum (两数之和)
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:其他好文   时间:2017-07-11 23:20:58    阅读次数:223
1. Two Sum
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:其他好文   时间:2017-07-04 23:28:02    阅读次数:405
LeetCode(30) Substring with Concatenation of All Words
题目 You are given a string, s, and a list of words, words, that are all of the same length. Find all starting indices of substring(s) in s that is a co ...
分类:其他好文   时间:2017-07-03 19:54:48    阅读次数:173
UVA - 10324 Zeros and Ones
Description Given a string of 0's and 1's up to 1000000 characters long and indices i and j, you are to answer a question whether all characters betwe ...
分类:其他好文   时间:2017-07-02 22:16:09    阅读次数:166
【LeetCode】1.The Sum
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:其他好文   时间:2017-06-28 18:55:07    阅读次数:133
Two Sum
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:其他好文   时间:2017-06-28 17:14:01    阅读次数:121
LeetCode #1 Two Sum
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:其他好文   时间:2017-06-27 21:17:08    阅读次数:133
438. Find All Anagrams in a String
Problem statement Given a string s and a non-empty string p, find all the start indices of p's anagrams in s. Strings consists of lowercase English le ...
分类:其他好文   时间:2017-06-23 10:18:23    阅读次数:297
[Leetcode] Substring with concatenation of all words 串联所有单词的子串
You are given a string, S, and a list of words, L, that are all of the same length. Find all starting indices of substring(s) in S that is a concatena ...
分类:其他好文   时间:2017-06-22 17:40:59    阅读次数:189
Substring with Concatenation of All Words
题目 You are given a string, S, and a list of words, L, that are all of the same length. Find all starting indices of substring(s) in S that is a concat ...
分类:其他好文   时间:2017-06-19 20:55:54    阅读次数:143
788条   上一页 1 ... 28 29 30 31 32 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!