Tony's Log

Algorithms, Distributed System, Machine Learning

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

2014年8月13日

摘要: Just take care of corner cases!class Solution {public: vector fullJustify(vector &words, int L) { vector ret; int startInx = 0; ... 阅读全文
posted @ 2014-08-13 09:40 Tonix 阅读(144) 评论(0) 推荐(0)

摘要: It is not as easy as I thought it to be, mostly because of time\space limitation. And actually that's the punch line of this problemMy intuition was D... 阅读全文
posted @ 2014-08-13 07:30 Tonix 阅读(161) 评论(0) 推荐(0)