摘要: 原题链接在这里:https://leetcode.com/problems/lru-cache/ 题目: Design and implement a data structure for Least Recently Used (LRU) cache. It should support the 阅读全文
posted @ 2015-11-04 09:36 Dylan_Java_NYC 阅读(459) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/find-median-from-data-stream/ 题目: Median is the middle value in an ordered integer list. If the size of the list 阅读全文
posted @ 2015-11-04 07:17 Dylan_Java_NYC 阅读(493) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/serialize-and-deserialize-binary-tree/ 题目: Serialization is the process of converting a data structure or object 阅读全文
posted @ 2015-11-04 03:11 Dylan_Java_NYC 阅读(796) 评论(0) 推荐(0) 编辑