/LFU-Cache

Implementation of LFU Cache with O(1) operations

Primary LanguageC++

LFU Cache

Implementation of an LFU Cache with O(1) operations specified in this paper.