摘要: Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. 阅读全文
posted @ 2018-06-26 12:11 VickyFengYu 阅读(100) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-06-26 11:45 VickyFengYu 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Question 1: How to find middle element of linked list in one pass? Question 1: How to find middle element of linked list in one pass? One of the most 阅读全文
posted @ 2018-06-26 10:33 VickyFengYu 阅读(119) 评论(0) 推荐(0) 编辑
摘要: What are Divide and Conquer algorithms? Describe how they work. Can you give any common examples of the types of problems where this approach might be 阅读全文
posted @ 2018-06-26 10:28 VickyFengYu 阅读(164) 评论(0) 推荐(0) 编辑