240 发简信
IP属地:浙江
  • 120
    LeetCode[322] Coin Change

    You are given coins of different denominations and a total amount of moneyamount. Write...

  • LeetCode[5] 最长回文子串

    给出一个字符串(假设长度最长为1000),求出它的最长回文子串,你可以假定只有一个满足条件的最长回文串。 地址如下(LintCode): www.lintcode.com/z...

  • 120
    LeetCode[3]

    给定一个字符串,请找出其中无重复字符的最长子字符串。 python 实现: !!!!!注意 d[ch] >= left 因为会有这种比如:abba。

  • 120
    LeetCode[28]

    Implement strStr(). Returns the index of the first occurrence of needle in haystack, or...

  • 120
    LeetCode[125]

    125. Valid Palindrome Given a string, determine if it is a palindrome, considering only...