240 发简信
IP属地:上海
  • 190. Reverse Bits

    Reverse bits of a given 32 bits unsigned integer.For example, given inpu...

  • 234. Palindrome Linked List

    Given a singly linked list, determine if it is a palindrome. Solution1: ...

  • 384. Shuffle an Array

    Shuffle a set of numbers without duplicates.Example: Solution:

  • 337. House Robber III

    The thief has found himself a new place for his thievery again. There is...

  • 165. Compare Version Numbers

    Compare two version numbers version1 and version2. If version1 > version...

  • 400. Nth Digit

    Find the nth digit of the infinite integer sequence 1, 2, 3, 4, 5, 6, 7,...

  • 19. Remove Nth Node From End of List

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

  • 20. Valid Parentheses

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

  • 290. Word Pattern

    Given a pattern and a string str, find if str follows the same pattern. ...

个人介绍
Do it once, do it better