ffgw
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • leetcode 400 Nth Digit

    Find the $n$ th digit of the infinite integer sequence 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, … Note:n is positive and will fit w...
     2019-04-17  
    • leetcode 
    阅读全文 
  • leetcode 404 Sum of Left Leaves

    Find the sum of all left leaves in a given binary tree. Example: 1234567 3 / \ 9 20 / \ 15 7There are two left...
     2019-04-17  
    • leetcode 
    阅读全文 
  • leetcode 413 Arithmetic Slices

    A sequence of number is called arithmetic if it consists of at least three elements and if the difference between any two con...
     2019-04-16  
    • leetcode 
    阅读全文 
  • leetcode 403 Frog Jump

    A frog is crossing a river. The river is divided into x units and at each unit there may or may not exist a stone. The frog c...
     2019-04-16  
    • leetcode 
    阅读全文 
  • ArcFace: Additive Angular Margin Loss for Deep Face Recognition

    Intro常用的人脸特征向量生成的方法都存在一定的问题: 1. 基于分类的方法 - 网络中用于分类的全连接层W随着参与训练的identity的增加而增加,使得网络参数量大。 - 在open-set的情景下,学习到的人脸特征区分力不够。 2...
     2019-04-15  
    • face recognition 
    阅读全文 
  • leetcode 410 Split Array Largest Sum

    Given an array which consists of non-negative integers and an integer m, you can split the array into m non-empty continuous ...
     2019-04-14  
    • leetcode 
    阅读全文 
  • leetcode 409 Longest Palindrome

    Given a string which consists of lowercase or uppercase letters, find the length of the longest palindromes that can be built...
     2019-04-14  
    • leetcode 
    阅读全文 
  • leetcode 417 Pacific Atlantic Water Flow

    Given an m x n matrix of non-negative integers representing the height of each unit cell in a continent, the “Pacific ocean” ...
     2019-04-12  
    • leetcode 
    阅读全文 
  • leetcode 414 Third Maximum Number

    Given a non-empty array of integers, return the third maximum number in this array. If it does not exist, return the maximum ...
     2019-04-12  
    • leetcode 
    阅读全文 
  • leetcode 415 Add Strings

    Given two non-negative integers num1and num2 represented as string, return the sum of num1 and num2. Note: The length of bot...
     2019-04-11  
    • leetcode 
    阅读全文 
上一页 下一页
© 2020 -  2021  z
由 Hexo 驱动 | 主题 Keep v3.4.3