Problem Link: http://oj.leetcode.com/problems/lru-cache/ Long long ago, I had a post for implementing the LRU Cache in C++ in my homepage: http://www.cs.uml.edu/~jlu1/doc/codes/lruCache.html So this time, I am trying to use Python to implement a LRU…