240 发简信
IP属地:北京
  • 35. Search Insert Position

    问题描述: Given a sorted array and a target value, return the index if the t...

  • 28. Implement strStr()

    问题描述 Implement strStr(). Return the index of the first occurrence of nee...

  • 27. Remove Element

    问题描述: Given an array and a value, remove all instances of that value in-...

  • 26. Remove Duplicates from Sorted Array

    问题描述: Given a sorted array, remove the duplicates in-place such that eac...

  • 21. Merge Two Sorted Lists

    问题描述: Merge two sorted linked lists and return it as a new list. The new...

  • 20. Valid Parentheses

    问题描述:Given a string containing just the characters '(', ')', '{', '}', '...

  • 14. Longest Common Prefix

    问题描述: Write a function to find the longest common prefix string amongst ...

  • 9. Palindrome Number(回文)

    问题描述:Determine whether an integer is a palindrome. Do this without extra...

  • 13. Roman to Integer

    问题描述:Given a roman numeral, convert it to an integer. Input is guarantee...