240 发简信
IP属地:河北
  • Resize,w 360,h 240
    11. Container With Most Water

    Note: You may not slant the container and n is at least 2. 大致意思:给定n个非负整数...

  • 10. Regular Expression Matching

    Implement regular expression matching with support for '.' and '*'. '.' ...

  • Resize,w 360,h 240
    9. Palindrome Number

    Determine whether an integer is a palindrome. Do this without extra spac...

  • Resize,w 360,h 240
    8. String to Integer (atoi)

    Implement atoi to convert a string to an integer. Hint: Carefully consid...

  • Resize,w 360,h 240
    7. Reverse Integer

    Reverse digits of an integer. ![Uploading 007_553011.jpg . . .] Example1...

  • Resize,w 360,h 240
    6. ZigZag Conversion

    The string "PAYPALISHIRING" is written in a zigzag pattern on a given nu...

  • Resize,w 360,h 240
    5. Longest Palindromic Substring

    Given a string s, find the longest palindromic substring in s. You may a...

  • Resize,w 360,h 240
    4. Median of Two Sorted Arrays

    There are two sorted arrays nums1 and nums2 of size m and n respectively...

  • Resize,w 360,h 240
    3. Longest Substring Without Repeating Characters

    Examples: Given "abcabcbb", the answer is "abc", which the length is 3. ...