2014年2月5日

LeetCode LRU Cache

摘要: Problem: Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the value (will always be positive) of the ke... 阅读全文

posted @ 2014-02-05 09:20 Xintong Xia 阅读(176) 评论(0) 推荐(0)

导航