240 发简信
IP属地:浙江
  • Resize,w 360,h 240
    LeetCode[322] Coin Change

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

  • LeetCode[5] 最长回文子串

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

  • Resize,w 360,h 240
    LeetCode[3]

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

  • Resize,w 360,h 240
    LeetCode[28]

    Implement strStr(). Returns the index of the first occurrence of needle ...

  • Resize,w 360,h 240
    LeetCode[125]

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