ffgw
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • leetcode 406 Queue Reconstruction by Height

    Suppose you have a random list of people standing in a queue. Each person is described by a pair of integers (h, k), where h ...
     2019-05-25  
    • leetcode 
    阅读全文 
  • leetcode 405 Convert a Number to Hexadecimal

    Given an integer, write an algorithm to convert it to hexadecimal. For negative integer, two’s complement method is used. Not...
     2019-05-25  
    • leetcode 
    阅读全文 
  • leetcode 475 Heaters

    Winter is coming! Your first job during the contest is to design a standard heater with fixed warm radius to warm all the hou...
     2019-04-25  
    • leetcode 
    阅读全文 
  • leetcode 464 Can I Win

    In the “100 game,” two players take turns adding, to a running total, any integer from 1..10. The player who first causes the...
     2019-04-23  
    • leetcode 
    阅读全文 
  • Normalization 总结

    这些年来,提出了几个normalization的方法,这里做一个总结。主要包括以下几个: Batch Normalization Layer Normalization Instance Normalization Group Normalizat...
     2019-04-23  
    • Deep Learning 
    阅读全文 
  • leetcode 437 Path Sum III

    You are given a binary tree in which each node contains an integer value. Find the number of paths that sum to a given value....
     2019-04-19  
    • leetcode 
    阅读全文 
  • leetcode 434 Number of Segments in a String

    Count the number of segments in a string, where a segment is defined to be a contiguous sequence of non-space characters. Ple...
     2019-04-18  
    • leetcode 
    阅读全文 
  • leetcode 424 Longest Repeating Character Replacement

    Given a string that consists of only uppercase English letters, you can replace any letter in the string with another letter ...
     2019-04-18  
    • leetcode 
    阅读全文 
  • leetcode 419 Battleships in a Board

    Given an 2D board, count how many battleships are in it. The battleships are represented with 1'X' s, empty slots ...
     2019-04-18  
    • leetcode 
    阅读全文 
  • leetcode 407 Trapping Rain Water II

    Given an m x n matrix of positive integers representing the height of each unit cell in a 2D elevation map, compute the volum...
     2019-04-17  
    • leetcode 
    阅读全文 
上一页 下一页
© 2020 -  2021  z
由 Hexo 驱动 | 主题 Keep v3.4.3