LZ_Jaja

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2018年8月10日

摘要: Link of the Paper: http://papers.nips.cc/paper/4470-im2text-describing-images-using-1-million-captioned-photographs.pdf Main Points: Other Key Points: 阅读全文
posted @ 2018-08-10 14:54 LZ_Jaja 阅读(584) 评论(0) 推荐(0) 编辑

2018年8月9日

摘要: Link of the Paper: https://arxiv.org/pdf/1409.3215.pdf Main Points: Other Key Points: 阅读全文
posted @ 2018-08-09 10:06 LZ_Jaja 阅读(289) 评论(0) 推荐(0) 编辑

2018年7月31日

摘要: You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you cl 阅读全文
posted @ 2018-07-31 22:39 LZ_Jaja 阅读(199) 评论(0) 推荐(0) 编辑

摘要: Given two binary strings, return their sum (also a binary string). The input strings are both non-empty and contains only characters 1 or 0. Example 1 阅读全文
posted @ 2018-07-31 22:06 LZ_Jaja 阅读(150) 评论(0) 推荐(0) 编辑

摘要: Given a non-empty array of digits representing a non-negative integer, plus one to the integer. The digits are stored such that the most significant d 阅读全文
posted @ 2018-07-31 21:02 LZ_Jaja 阅读(182) 评论(0) 推荐(0) 编辑

2018年7月30日

摘要: Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or 阅读全文
posted @ 2018-07-30 20:31 LZ_Jaja 阅读(167) 评论(0) 推荐(0) 编辑

摘要: The count-and-say sequence is the sequence of integers with the first five terms as following: 1 is read off as "one 1" or 11.11 is read off as "two 1 阅读全文
posted @ 2018-07-30 15:02 LZ_Jaja 阅读(180) 评论(0) 推荐(0) 编辑

2018年7月28日

摘要: Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. An input string is valid if: No 阅读全文
posted @ 2018-07-28 15:35 LZ_Jaja 阅读(184) 评论(0) 推荐(0) 编辑

2018年7月27日

摘要: Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the leng 阅读全文
posted @ 2018-07-27 22:57 LZ_Jaja 阅读(168) 评论(0) 推荐(0) 编辑

摘要: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex 阅读全文
posted @ 2018-07-27 20:36 LZ_Jaja 阅读(138) 评论(0) 推荐(0) 编辑