240 发简信
IP属地:江苏
  • leetcode #20 Valid Parentheses

    Given a string containing just the characters '(', ')', '{', '}', '[' an...

  • leetcode #19 Remove Nth Node From End of List

    Given a linked list, remove the nth node from the end of list and return...

  • leetcode #18 4Sum

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

  • leetcode #17 Letter Combinations of a Phone Number

    Given a digit string, return all possible letter combinations that the n...

  • leetcode #16 3Sum Closest

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

  • leetcode #15 3Sum

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

  • leetcode #14 Longest Common Prefix

    Write a function to find the longest common prefix string amongst an arr...

  • leetcode #13 Roman to Integer

    Given an integer, convert it to a roman numeral.Input is guaranteed to b...

  • leetcode #12 Integer to Roman

    Given an integer, convert it to a roman numeral.Input is guaranteed to b...