Java icon indicating copy to clipboard operation
Java copied to clipboard

Missing tests for LRUCache and MRUCache

Open ValerioTrinca opened this issue 3 years ago • 0 comments

Hi datastructures.caches.LRUCache and MRUCache tests are missing, but for LFUCache they are present. I suggest implementing them and removing the main method, in order to standardize this area. Can I have this task?

ValerioTrinca avatar Sep 11 '22 19:09 ValerioTrinca