Design Part 1 : LRU Cache | LeetCode
LRU cache implementation using Dictionary and Double Linked List with get and put operation in Constant time O(1).
Problem Statement :

LeetCode Problem Link — https://leetcode.com/problems/lru-cache/




To proceed further check out Part-2
Follow Rahul Goel on Medium for updates — @therahulgoel