IP属地:浙江
You are given coins of different denominations and a total amount of mon...
给出一个字符串(假设长度最长为1000),求出它的最长回文子串,你可以假定只有一个满足条件的最长回文串。 地址如下(LintCode): www...
给定一个字符串,请找出其中无重复字符的最长子字符串。 python 实现: !!!!!注意 d[ch] >= left 因为会有这种比如:abba。
Implement strStr(). Returns the index of the first occurrence of needle ...
125. Valid Palindrome Given a string, determine if it is a palindrome, c...