Tony's Log

Algorithms, Distributed System, Machine Learning

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

2014年8月9日

摘要: What a juicy problem to solve :) My intuition is DP, but failed with TLE. Then I referred to:http://leetcode.com/2011/05/longest-substring-without-rep... 阅读全文
posted @ 2014-08-09 06:42 Tonix 阅读(138) 评论(0) 推荐(0)

摘要: Here is the most elegant code I've seen to this problem:http://yucoding.blogspot.com/2013/02/leetcode-question-123-wildcard-matching.htmlSimply wow. I... 阅读全文
posted @ 2014-08-09 04:02 Tonix 阅读(210) 评论(0) 推荐(0)