240 发简信
IP属地:加州
  • 16. 3Sum Closest

    Given an array nums of n integers and an integer target, find three inte...

  • 18. 4Sum

    Given an array nums of n integers and an integer target, are there eleme...

  • 15. 3Sum

    Given an array nums of n integers, are there elements a, b, c in nums su...

  • 3. Longest Substring Without Repeating Characters

    Given a string, find the length of the longest substring without repeati...

  • 106. Construct Binary Tree from Inorder and Postorder Traversal

    Given inorder and postorder traversal of a tree, construct the binary tr...

  • 105. Construct Binary Tree from Preorder and Inorder Traversal

    Given preorder and inorder traversal of a tree, construct the binary tre...

  • 112. Path Sum

    Given a binary tree and a sum, determine if the tree has a root-to-leaf ...

  • 108. Convert Sorted Array to Binary Search Tree

    Given an array where elements are sorted in ascending order, convert it ...

  • 174. Dungeon Game

    The demons had captured the princess (P) and imprisoned her in the botto...