ffgw
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • leetcode 315 Count of Smaller Numbers After Self

    You are given an integer array nums and you have to return a new countsarray. The counts array has the property where counts[...
     2019-04-08  
    • leetcode 
    阅读全文 
  • leetcode 316 Remove Duplicate Letters

    Given a string which contains only lowercase letters, remove duplicate letters so that every letter appear once and only once...
     2019-04-07  
    • leetcode 
    阅读全文 
  • leetcode 212 Word Search II

    Given a 2D board and a list of words from the dictionary, find all words in the board. Each word must be constructed from let...
     2019-04-07  
    • leetcode 
    阅读全文 
  • leetcode 211 Add and Search Word - Data structure design

    Design a data structure that supports the following two operations: 12void addWord(word)bool search(word) search(word) can s...
     2019-04-07  
    • leetcode 
    阅读全文 
  • leetcode 201 Bitwise AND of Numbers Range

    Given a range [m, n] where 0 <= m <= n <= 2147483647, return the bitwise AND of all numbers in this range, inclusive...
     2019-04-07  
    • leetcode 
    阅读全文 
  • leetcode 199 Binary Tree Right Side View

    Given a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered fr...
     2019-04-07  
    • leetcode 
    阅读全文 
  • leetcode 187 Repeated DNA Sequences

    All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: “ACGAATTCCG”. When studying DNA, i...
     2019-04-06  
    • leetcode 
    阅读全文 
  • leetcode 87 Scramble String

    Given a string s1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively. Below is ...
     2019-04-03  
    • leetcode 
    阅读全文 
  • leetcode 85 Maximal Rectangle

    Given a 2D binary matrix filled with 0’s and 1’s, find the largest rectangle containing only 1’s and return its area. Example...
     2019-04-03  
    • leetcode 
    阅读全文 
  • leetcode 214 Shortest Palindrome

    Given a string s, you are allowed to convert it to a palindrome by adding characters in front of it. Find and return the shor...
     2019-04-02  
    • leetcode 
    阅读全文 
上一页 下一页
© 2020 -  2021  z
由 Hexo 驱动 | 主题 Keep v3.4.3