https://github.com/haoel/leetcode/blob/625ad10464701fc4177b9ef33c8ad052d0a7d984/algorithms/cpp/LRUCache/LRUCache.cpp which uses linked list + hash map. But the Java ...
There was an error while loading. Please reload this page.