ffgw
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • leetcode 290 word Pattern

    Given a pattern and a string str, find if str follows the same pattern. Here follow means a full match, such that there is a...
     2018-03-03  
    • leetcode 
    阅读全文 
  • leetcode 278 Fisrt Bad Version

    You are a product manager and currently leading a team to develop a new product. Unfortunately, the latest version of your pr...
     2018-03-03  
    • leetcode 
    阅读全文 
  • leetcode 148 Sort List

    Sort a linked list in O(n log n) time using constant space complexity. 12345678910111213141516171819202122232425262728293031...
     2018-03-03  
    • leetcode 
    阅读全文 
  • leetcode solution Gas Station

    There are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You have a car with an unlim...
     2018-03-03  
    • leetcode 
    阅读全文 
  • leetcode 46 Permutations

    Given a collection of distinct numbers, return all possible permutations. For example,[1,2,3] have the following permutations...
     2018-03-03  
    • leetcode 
    阅读全文 
  • leetcode 45 Jump Game II

    Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the ar...
     2018-03-03  
    • leetcode 
    • | 数组 
    阅读全文 
  • leetcode 55 Jump Game

    Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the ar...
     2018-03-03  
    • leetcode 
    阅读全文 
  • leetcode solution 16 3Sum closest

    Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the s...
     2018-03-02  
    • leetcode 
    阅读全文 
  • leetcode 19 Remove n-th Node from End of List

    Given a linked list, remove the nth node from the end of list and return its head. For example, 1234Given linked list: 1->...
     2018-03-01  
    • leetcode 
    阅读全文 
  • leetcode 17 Letter Combinations of a Phone Number

    Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters ...
     2018-03-01  
    • leetcode 
    阅读全文 
上一页 下一页
© 2020 -  2021  z
由 Hexo 驱动 | 主题 Keep v3.4.3