240 发简信
IP属地:宁夏
  • 002. Add Two Numbers

    You are given two linked lists representing two non-negative numbers. Th...

  • 027. Remove Element

    Given an array and a value, remove all instances of that value in place ...

  • 026. Remove Duplicates from Sorted Array

    Given a sorted array, remove the duplicates in place such that each elem...

  • 018. 4Sum

    Given an array S of n integers, are there elements a, b, c, and d in S s...

  • 016. 3Sum Closest

    Given an array S of n integers, find three integers in S such that the s...

  • 015. 3sum

    Given an array S of n integers, are there elements a, b, c in S such tha...

  • 011. Container With Most Water

    Given n non-negative integers a1, a2, ..., an, where each represents a p...

  • 001. Two Sum

    Given an array of integers, return indices of the two numbers such that ...