Abhay-Chirania / LRU_Cache

LRU_Cache is a leetcode problem which requires in-depth knowledge of datastructures. In the implementation of LRU_Cache, LinkedHashTable was used.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LRU_Cache

LRU_Cache is a leetcode problem which requires in-depth knowledge of datastructures. In the implementation of LRU_Cache, LinkedHashTable was used.

About

LRU_Cache is a leetcode problem which requires in-depth knowledge of datastructures. In the implementation of LRU_Cache, LinkedHashTable was used.


Languages

Language:Python 100.0%