ffgw
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • leetcode 77 Combinations

    Given two integers n and k, return all possible combinations of k numbers out of 1 … n. Example: 12345678910Input: n = 4, k =...
     2018-05-21  
    • leetcode 
    阅读全文 
  • leetcode 60 Permutation Sequence

    The set [1,2,3,...,n] contains a total of n! unique permutations. By listing and labeling all of the permutations in order, w...
     2018-05-20  
    • leetcode 
    阅读全文 
  • leetcode 56 Merge Intervals

    Given a collection of intervals, merge all overlapping intervals. Example 1: 123Input: [[1,3],[2,6],[8,10],[15,18]]Output: [[...
     2018-05-20  
    • leetcode 
    阅读全文 
  • leetcode 59. Spiral Matrix II

    Given a positive integer n, generate a square matrix filled with elements from 1 to n2 in spiral order. Example: 1234567Input...
     2018-05-19  
    • leetcode 
    阅读全文 
  • leetcode 200 Number of Islands

    Number of Islands Given a 2d grid map of '1's (land) and '0's (water), count the number of islands. An isl...
     2018-05-06  
    • leetcode 
    阅读全文 
  • leetcode 61 Rotate List

    Rotate List Given a linked list, rotate the list to the right by k places, where k is non-negative. Example 1: 12345Input:...
     2018-05-05  
    • leetcode 
    阅读全文 
  • jar包放置在hadoop平台出现 Caused by: java.util.zip.ZipException: error in opening zip fileat java.util.zip.ZipFile.open(Native Method...
     2018-04-20
    阅读全文 
  • leetcode 49 Group Anagrams

    Given an array of strings, group anagrams together. For example, given: ["eat", "tea", "tan", &...
     2018-04-07  
    • leetcode 
    阅读全文 
  • leetcode 299 Bulls and Cows

    You are playing the following Bulls and Cows game with your friend: You write down a number and ask your friend to guess what...
     2018-04-06  
    • leetcode 
    阅读全文 
  • leetcode 43 Multiply Strings

    Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2. Note: The length ...
     2018-03-25  
    • leetcode 
    阅读全文 
上一页 下一页
© 2020 -  2021  z
由 Hexo 驱动 | 主题 Keep v3.4.3