240 发简信
IP属地:广东
  • 155. Min Stack

    Description: Design a stack that supports push, pop, top, and retrieving...

  • 141. Linked List Cycle

    Description: Given a linked list, determine if it has a cycle in it. Fol...

  • 136. Single Number

    Description: Given an array of integers, every element appears twice exc...

  • 125. Valid Palindrome

    Description: Given a string, determine if it is a palindrome, considerin...

  • 122. Best Time to Buy and Sell Stock II

    Description: Say you have an array for which the ith element is the pric...

  • 121. Best Time to Buy and Sell Stock

    Description: Say you have an array for which the ith element is the pric...

  • 119. Pascal's Triangle II

    Description: Given an index k, return the kth row of the Pascal's triang...

  • 118. Pascal's Triangle

    Description: Given numRows, generate the first numRows of Pascal's trian...

  • 104. Maximum Depth of Binary Tree

    Description: Given a binary tree, find its maximum depth. The maximum de...