ffgw
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • leetcode 93 Restore IP Addresses

    Given a string containing only digits, restore it by returning all possible valid IP address combinations. For example:Given...
     2018-03-20  
    • leetcode 
    阅读全文 
  • leecode 264 Ugly Number II

    Write a program to find the n-th ugly number. Ugly numbers are positive numbers whose prime factors only include 2, 3, 5. For...
     2018-03-19  
    • leetcode 
    阅读全文 
  • leetcode solution 96 Unique Binary Search Trees

    Given n, how many structurally unique BST’s (binary search trees) that store values 1…n? For example,Given n = 3, there are a...
     2018-03-19  
    • leetcode 
    阅读全文 
  • leetcode 279 Perfect Squares

    Given a positive integer n, find the least number of perfect square numbers (for example, 1, 4, 9, 16, ...) which sum to n. F...
     2018-03-19  
    • leetcode 
    阅读全文 
  • leetcode 221 Maximal Square

    Given a 2D binary matrix filled with 0’s and 1’s, find the largest square containing only 1’s and return its area. For exampl...
     2018-03-15  
    • leetcode 
    阅读全文 
  • leetcode 40 组合总和 II

    Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate nu...
     2018-03-13  
    • leetcode 
    • | 数组 
    • | 回溯 
    阅读全文 
  • leetcode 75 Sort Colors

    Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the ...
     2018-03-13  
    • leetcode 
    阅读全文 
  • leetcode 18 4Sum

    Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all unique qua...
     2018-03-12  
    • leetcode 
    阅读全文 
  • leetcode 176 Next Permutation

    Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers. If such ...
     2018-03-12  
    • leetcode 
    阅读全文 
  • leetcode 47 Permutation II

    Given a collection of numbers that might contain duplicates, return all possible unique permutations. For example,[1,1,2] hav...
     2018-03-12  
    • leetcode 
    阅读全文 
上一页 下一页
© 2020 -  2021  z
由 Hexo 驱动 | 主题 Keep v3.4.3