摘要: 【题目描述】 Given an integer array (index from 0 to n-1, where n is the size of this array), and an query list. Each query has two integers[start, end]. Fo 阅读全文
posted @ 2018-02-17 20:23 admondguo 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 【题目描述】 Given an integer array (index from 0 to n-1, where n is the size of this array), and an query list. Each query has two integers[start, end]. Fo 阅读全文
posted @ 2018-02-17 20:21 admondguo 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 在网上看到twitter的招聘信息后直接投了简历。Twitter的效率很高,三天后就收到了邮件,要求进行在线编程测试。测试内容只有两道算法题,要求在一个小时内完成。因为在lintcode 上做过大量类似题目,所以只花了半个小时就完成了这套测试。 两天后,接到了twitter的电面电话。面试官主要对简 阅读全文
posted @ 2018-02-17 20:21 admondguo 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 【题目描述】 For a Maximum Segment Tree, which each node has an extra value max to store the maximum value in this node's interval. Implement a modify funct 阅读全文
posted @ 2018-02-17 20:20 admondguo 阅读(88) 评论(0) 推荐(0) 编辑