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