码迷,mamicode.com
首页 >  
搜索关键字:letters    ( 1345个结果
Leetcode 389 Find the difference
Given two strings s and t which consist of only lowercase letters. String t is generated by random shuffling string s and then add one more letter at ...
分类:其他好文   时间:2016-12-24 07:44:15    阅读次数:134
Leetcode 383 Ransom Note
Given an arbitrary ransom note string and another string containing letters from all the magazines, write a function that will return true if the rans ...
分类:其他好文   时间:2016-12-24 07:43:14    阅读次数:150
【LeetCode】17. Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telepho ...
分类:其他好文   时间:2016-12-23 01:06:35    阅读次数:133
Submission
EI: ICIC Express Letters: http://www.icicelb.org/elb/index.html IJICIC: http://www.ijicic.net/ijicic/index.html jcp:http://www.jocm.us/ jcis:http://ww ...
分类:其他好文   时间:2016-12-20 13:49:39    阅读次数:312
318. Maximum Product of Word Lengths ——本质:英文单词中字符是否出现可以用26bit的整数表示
Given a string array words, find the maximum value of length(word[i]) * length(word[j]) where the two words do not share common letters. You may assum ...
分类:其他好文   时间:2016-12-18 01:29:05    阅读次数:138
Leetcode: Rearrange String k Distance Apart
Analysis: Solution 1: The greedy algorithm is that in each step, select the char with highest remaining count if possible (if it is not in the waiting ...
分类:其他好文   时间:2016-12-16 11:58:23    阅读次数:263
LeetCode 409 Longest Palindrome
Problem: Given a string which consists of lowercase or uppercase letters, find the length of the longest palindromes that can be built with those lett ...
分类:其他好文   时间:2016-12-16 07:54:48    阅读次数:110
【Codeforces163E】e-Government AC自动机fail树 + DFS序 + 树状数组
E. e-Government time limit per test:1 second memory limit per test:256 megabytes input:standard input output:standard output E. e-Government time limi ...
分类:编程语言   时间:2016-12-08 23:22:43    阅读次数:267
17. Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephon... ...
分类:其他好文   时间:2016-12-07 23:37:52    阅读次数:242
图像处理相关的重要期刊汇总
目录(?)[+] Image and Vision Computing IVC Pattern Recognition Letters Artificial Intelligence Computer Aided Geometric Design Computer Methods in Applie ...
分类:其他好文   时间:2016-12-07 09:35:15    阅读次数:224
1345条   上一页 1 ... 64 65 66 67 68 ... 135 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!