From 8e8d1ce20e2237c5ce9f178cbe4c051e7014e3cd Mon Sep 17 00:00:00 2001 From: Darren_N Date: Mon, 9 Jun 2014 20:26:25 -0400 Subject: [PATCH] Create README.md --- caching/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 caching/README.md diff --git a/caching/README.md b/caching/README.md new file mode 100644 index 0000000..02ff0ee --- /dev/null +++ b/caching/README.md @@ -0,0 +1 @@ +[An O(1) algorithm for implementing the LFU cache eviction scheme](https://github.com/papers-we-love/papers-we-love/blob/master/caching/a-constant-algorithm-for-implementing-the-lfu-cache-eviction-scheme.pdf) by Prof. Ketan Shah, Anirban Mitra, Dhruv Matani