240 发简信
IP属地:福建
  • GRU and caption system using 'Keras'

    ** Image caption prediction system design**: merge output of ConvNets wi...

  • *(6/1/16)Leetcode 123&188 stock III&IV

    这题没做出来。需要复习 stock III可以划归为两个stock I问题,每个的Space是O(n), 不过真的太难想到了。。Comparin...

  • (6/1/16)Leetcode 122. Best Time to Buy and Sell Stock II

    Medium, 用时10分钟 一切从简原则, pin-point在需要关注的点 Accumulation累加 Greedy

  • *(6/1/16)Leetcode 121. Best Time to Buy and Sell Stock

    One pass, bug free: 10分钟1.一切从简单考虑:两种情况,升,降都覆盖到。 解法二:以上解法并不好,没有体现DP的思想不利于...

  • (6/1/16)Leetcode 229. Majority Element II

    Medium, 用时20分钟, 还是Boyer-Moore Majority Vote algorithm. 此题可扩展为k的情况 error1...

  • (5/31/16)Leetcode 154. Find Minimum in Rotated Sorted Array II

    Medium, 用时20分钟出现了两处错误:1.处理duplicates的方法没问题,仅需考虑尾部的duplicates即可,从而划归为153题...

  • (5/31/16)Leetcode 153. Find Minimum in Rotated Sorted Array

    Medium,用时10分钟,出现一次错误:(见注释)1.binary search变种,思路是binary search,然而与普通的bs不一样...

  • (5/31/16)Leetcode 283. Move Zeroes

    Easy 用时5分钟。精简代码: version 1,未merge逻辑 Version2: merge if else

  • (5/31/16)Leetcode 66. Plus One

    Easy,出现一次错误,用时7分钟

个人介绍
I love machine learning and data science, while this account is for stupid Leecode! Let us do it!