opbro / LRUCache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LRUCache

Requirements
Python 2.7.11

To Test Run

python lurcache.py

To implement

if lrucache.py is in the same directory as your script

from lrucache import LRUCache
cache = LRUCache(2)
...

About


Languages

Language:Python 100.0%