Tony's Log

Algorithms, Distributed System, Machine Learning

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

01 2015 档案

摘要:Details not refined yet..struct Ret{ Ret(TreeNode *p, Mask rm) : pVal(p), m(rm){} TreeNode *pVal; Mask m;};class Solution {public: Ret lca... 阅读全文
posted @ 2015-01-27 06:39 Tonix 阅读(189) 评论(0) 推荐(0)

摘要:- G: a vector of strings, find a pair with max of strlen(a) * strlen(b) 1. O(n*k): get std::bitset() of each string 2. O(nlgn): sort strings by leng... 阅读全文
posted @ 2015-01-18 11:22 Tonix 阅读(171) 评论(0) 推荐(0)

摘要:[Technical]1. difference btw. realloc() and free(): realloc() simply changes the size of a mem2. More about TCP\IP, its flow control[Behavior]1. be mo... 阅读全文
posted @ 2015-01-15 14:15 Tonix 阅读(88) 评论(0) 推荐(0)

点击右上角即可分享
微信分享提示