ffgw
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • leetcode 98 Valid Binary Search Tree

    Given a binary tree, determine if it is a valid binary search tree (BST). Assume a BST is defined as follows: The left subtr...
     2018-08-16  
    • leetcode 
    阅读全文 
  • leetcode solution 98 Valid Binary Search Tree

    Given a binary tree, determine if it is a valid binary search tree (BST). Assume a BST is defined as follows: The left subtr...
     2018-08-15  
    • leetcode 
    阅读全文 
  • leetcode 97 isInterleave

    Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2. Example 1: 12Input: s1 = "aabcc", s2 ...
     2018-08-14  
    • leetcode 
    阅读全文 
  • leetcode 92 Reverse Linkedlist II

    Reverse a linked list from position m to n. Do it in one-pass. Note: 1 ≤ m ≤ n ≤ length of list. Example: 12Input: 1->2-&g...
     2018-08-13  
    • leetcode 
    阅读全文 
  • leetcode 57 Insert Interval

    Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary). You may assume that ...
     2018-08-12  
    • leetcode 
    阅读全文 
  • leetcode 41 缺失的第一个正数

    Given an unsorted integer array, find the smallest missing positive integer. Example 1: 12Input: [1,2,0]Output: 3 Example 2:...
     2018-08-08  
    • leetcode 
    • | 数组 
    阅读全文 
  • leetcode 54 Spiral Matrix

    Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral order. For example,Given th...
     2018-07-09  
    • leetcode 
    阅读全文 
  • leetcode 313 Super Ugly Number

    Write a program to find the nth super ugly number. Super ugly numbers are positive numbers whose all prime factors are in the...
     2018-05-27  
    • leetcode 
    阅读全文 
  • leetcode 81 Search in Rotated Sorted Array II

    Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [0,0,1,2,2,5,6] might b...
     2018-05-27  
    • leetcode 
    阅读全文 
  • leetcode 86 Partition List

    Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x....
     2018-05-26  
    • leetcode 
    阅读全文 
上一页 下一页
© 2020 -  2021  z
由 Hexo 驱动 | 主题 Keep v3.4.3