ffgw
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • leetcode 73 Set Matrix Zeroes

    Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in-place. Example 1: 123456789101112Input...
     2019-04-09  
    • leetcode 
    阅读全文 
  • leetcode 319 Bulb Switcher

    There are n bulbs that are initially off. You first turn on all the bulbs. Then, you turn off every second bulb. On the third...
     2019-04-09  
    • leetcode 
    阅读全文 
  • leetcode EditDistance

    123456789101112131415161718192021222324252627282930313233343536373839404142434445464748public class EditDistance { /*...
     2019-04-09  
    • leetcode 
    阅读全文 
  • leetcode ShuffleanArray

    12345678910111213141516171819202122232425262728293031323334public class ShuffleanArray { /** * Shuffle a set of numbe...
     2019-04-09  
    • leetcode 
    阅读全文 
  • leetcode HouseRobberIII

    123456789101112131415161718192021222324252627282930313233343536373839404142434445464748import utils.TreeNode;public class Hou...
     2019-04-09  
    • leetcode 
    阅读全文 
  • leetcode ReverseString

    12345678910111213141516171819202122232425262728293031323334353637383940public class ReverseString { /** * Write a fun...
     2019-04-09  
    • leetcode 
    阅读全文 
  • leetcode 94 Binary Tree Inorder Traversal

    Given a binary tree, return the inordertraversal of its nodes’ values. Example: 12345678Input: [1,null,2,3] 1 \ 2 ...
     2019-04-09  
    • leetcode 
    阅读全文 
  • leetcode findNthDigit

    123456789101112131415161718192021222324252627282930313233343536373839404142434445public class NthDigit { public int fin...
     2019-04-09  
    • leetcode 
    阅读全文 
  • leetcode NumMatrix

    123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263import j...
     2019-04-09  
    • leetcode 
    阅读全文 
  • leetcode PowerofThree

    123456789101112131415161718192021222324252627public class PowerofThree { /** * Given an integer, write a function to ...
     2019-04-09  
    • leetcode 
    阅读全文 
上一页 下一页
© 2020 -  2021  z
由 Hexo 驱动 | 主题 Keep v3.4.3