240 发简信
IP属地:英格兰
  • LeetCode42. Trapping Rain Water

    42. Trapping Rain Water 接雨水问题Given n non-negative integers representing ...

  • LeetCode41. First Missing Positive

    41. First Missing Positive 缺失的第一个正数 Given an unsorted integer array nums...

  • LeetCode39. Combination Sum

    39. Combination Sum Given an array of distinct integers candidates and a...

  • LeetCode35. Search Insert Position

    35. Search Insert Position Given a sorted array of distinct integers and...

  • LeetCode34. Find First and Last Position of Element in Sorted Array

    34. Find First and Last Position of Element in Sorted Array Given an arr...

  • LeetCode33. Search in Rotated Sorted Array

    33. Search in Rotated Sorted Array 寻找旋转排序数组 There is an integer array nu...

  • LeetCode32. Longest Valid Parentheses

    32. Longest Valid Parentheses 最长合适的配对括号 Given a string containing just t...

  • LeetCode31. Next Permutation

    31. Next Permutation 下一排列 A permutation of an array of integers is an ar...

  • LeetCode25. Reverse Nodes in k-Group

    25. Reverse Nodes in k-Group Given the head of a linked list, reverse th...