240 发简信
IP属地:加州
  • LeetCode15-3Sum(C++)

    Description Given an array nums of n integers, are there elements a, b, ...

  • LeetCode14-Longest Common Prefix(C++)

    Description Write a function to find the longest common prefix string am...

  • LeetCode13-Roman to Integer(C++)

    Description Roman numerals are represented by seven different symbols: I...

  • LeetCode12-Integer to Roman(C++)

    Description Roman numerals are represented by seven different symbols: I...

  • LeetCode9-Palindrome Number(C++)

    Description Determine whether an integer is a palindrome. An integer is ...

  • LeetCode8-String to Integer (atoi)(C++)

    Description Implement atoi which converts a string to an integer. The fu...

  • LeetCode7-Reverse Integer(C++)

    Description Given a 32-bit signed integer, reverse digits of an integer....

  • LeetCode6-ZigZag Conversion(C++)

    Description The string "PAYPALISHIRING" is written in a zigzag pattern o...

  • LeetCode5 - Longest Palindromic Substring(C++)

    Description: Given a string s, find the longest palindromic substring in...