IP属地:台湾
** Image caption prediction system design**: merge output of ConvNets wi...
这题没做出来。需要复习 stock III可以划归为两个stock I问题,每个的Space是O(n), 不过真的太难想到了。。Comparin...
Medium, 用时10分钟 一切从简原则, pin-point在需要关注的点 Accumulation累加 Greedy
One pass, bug free: 10分钟1.一切从简单考虑:两种情况,升,降都覆盖到。 解法二:以上解法并不好,没有体现DP的思想不利于...
Medium, 用时20分钟, 还是Boyer-Moore Majority Vote algorithm. 此题可扩展为k的情况 error1...
Medium, 用时20分钟出现了两处错误:1.处理duplicates的方法没问题,仅需考虑尾部的duplicates即可,从而划归为153题...
Medium,用时10分钟,出现一次错误:(见注释)1.binary search变种,思路是binary search,然而与普通的bs不一样...
Easy 用时5分钟。精简代码: version 1,未merge逻辑 Version2: merge if else
Easy,出现一次错误,用时7分钟