saritapatel8770 / Leetcode-solutions

7 stars 46 forks source link

lru cache in java #93

Closed 00suryavanshi00 closed 1 year ago

00suryavanshi00 commented 1 year ago

Runtime: 148 ms, faster than 9.68% of Java online submissions for LRU Cache. Memory Usage: 189.2 MB, less than 8.02% of Java online submissions for LRU Cache.

And added all the solutions of this problem in a folder of the same name.