Java
Java copied to clipboard
Missing tests for LRUCache and MRUCache
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?