ffgw
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • leetcode 377 Combination Sum IV

    Given an integer array with all positive numbers and no duplicates, find the number of possible combinations that add up to a...
     2019-04-09  
    • leetcode 
    阅读全文 
  • leetcode EliminationGame

    123456789101112131415161718192021222324252627282930313233343536373839404142public class EliminationGame { /** * There...
     2019-04-09  
    • leetcode 
    阅读全文 
  • leetcode GroupAnagrams

    123456789101112131415161718192021222324252627282930313233import java.util.Arrays;import java.util.HashMap;import java.util.Li...
     2019-04-09  
    • leetcode 
    阅读全文 
  • leetcode FindPeakElement

    12345678910111213141516171819202122232425262728293031323334353637383940414243public class FindPeakElement { /** *...
     2019-04-09  
    • leetcode 
    阅读全文 
  • leetcode LargestNumber

    123456789101112131415161718192021222324252627282930313233343536373839import java.util.Comparator;import static java.util.Arra...
     2019-04-09  
    • leetcode 
    阅读全文 
  • leetcode LinkedListRandomNode

    12345678910111213141516171819202122232425262728293031import utils.ListNode;public class LinkedListRandomNode { /** * ...
     2019-04-09  
    • 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...
     2019-04-09  
    • leetcode 
    阅读全文 
  • leetcode LongestIncreasingSubsequence

    1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253import java.util.Arrays;impo...
     2019-04-09  
    • leetcode 
    阅读全文 
  • leetcode LongestSubstringAtLeastKRepeating

    12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849public class LongestSubstringAtLeast...
     2019-04-09  
    • leetcode 
    阅读全文 
  • leetcode PowerofFour

    123456789101112131415161718192021222324252627public class PowerofFour { /** * Given an integer (signed 32 bits), writ...
     2019-04-09  
    • leetcode 
    阅读全文 
上一页 下一页
© 2020 -  2021  z
由 Hexo 驱动 | 主题 Keep v3.4.3