2015年4月10日
摘要: Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or... 阅读全文
posted @ 2015-04-10 18:46 黄瓜小肥皂 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 第一次接触Hadoop的时候,启动hadoop出现的节点是:NameNodeSecondaryNameNodeJobTrackerTaskTrackerDataNodeNameNode如今启动hadoop出现的节点是:SecondaryNameNodeNodeManagerResourceManag... 阅读全文
posted @ 2015-04-10 12:56 黄瓜小肥皂 阅读(2393) 评论(0) 推荐(0) 编辑
摘要: struct TreeLinkNode { TreeLinkNode *left; TreeLinkNode *right; TreeLinkNode *next; }Populate each next pointer to point to its next... 阅读全文
posted @ 2015-04-10 00:30 黄瓜小肥皂 阅读(160) 评论(0) 推荐(0) 编辑