Tony's Log

Algorithms, Distributed System, Machine Learning

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

2015年9月30日

摘要: Like "Best Time to Buy Stock III" with "Longest continuous subarray"class Solution {public: /** * @param nums: A list of integers * @return... 阅读全文
posted @ 2015-09-30 14:41 Tonix 阅读(174) 评论(0) 推荐(0)

摘要: Here is a BFS solution which is compatible with LeetCode binary tree format.class Solution {public: /** * This method will be invoked first, yo... 阅读全文
posted @ 2015-09-30 13:45 Tonix 阅读(178) 评论(0) 推荐(0)