ffgw
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • leetcode 458 Poor Pigs

    If there are n buckets and a pig drinking poison will die within m minutes, how many pigs (x) you need to figure out the pois...
     2019-06-10  
    • leetcode math 
    阅读全文 
  • leetcode 457 Circular Array Loop

    You are given a circular array nums of positive and negative integers. If a number k at an index is positive, then move forwa...
     2019-06-10  
    • leetcode array 
    阅读全文 
  • leetcode 456 132 Pattern

    Given a sequence of n integers a1, a2, …, an, a 132 pattern is a subsequence ai, aj, ak such that i < j < k and ai <...
     2019-06-10  
    • leetcode array 
    阅读全文 
  • leetcode 452 Minimum Number of Arrows to Burst Balloons

    There are a number of spherical balloons spread in two-dimensional space. For each balloon, provided input is the start and e...
     2019-06-08  
    • leetcode 
    阅读全文 
  • leetcode 451 Sort Characters By Frequency

    Given a string, sort it in decreasing order based on the frequency of characters. Example 1: 123456789Input:"tree"O...
     2019-06-08  
    • leetcode 
    阅读全文 
  • leetcode 450 Delete Node in a BST

    Given a root node reference of a BST and a key, delete the node with the given key in the BST. Return the root node reference...
     2019-06-08  
    • leetcode 
    阅读全文 
  • leetcode 448 Find All Numbers Disappeared in an Array

    Given an array of integers where 1 ≤ a[i] ≤ n (n= size of array), some elements appear twice and others appear once. Find all...
     2019-06-08  
    • leetcode 
    阅读全文 
  • leetcode 442 Find All Duplicates in an Array

    Given an array of integers, 1 ≤ a[i] ≤ n (n= size of array), some elements appear twice and others appear once. Find all the ...
     2019-06-08  
    • leetcode 
    阅读全文 
  • leetcode 429 N-ary Tree Level Order Traversal

    Given an n-ary tree, return the level order traversal of its nodes’ values. (ie, from left to right, level by level). For exa...
     2019-06-04  
    • leetcode 
    阅读全文 
  • leetcode 421 Maximum XOR of Two Numbers in an Array

    Given a non-empty array of numbers, $a_0, a_1, …, a_{n-1}$, where $0 \le a_i \le 2^{32}$. Find the maximum result of $a_i \ \...
     2019-06-04  
    • leetcode 
    阅读全文 
上一页 下一页
© 2020 -  2021  z
由 Hexo 驱动 | 主题 Keep v3.4.3