Hi Everyone, in this video we are going to solve one more medium-level problem on leetcode platform. The problem name is LRU Cache and is based on LinkedList and hashing data structure.
code - https://github.com/NitinSingh8/leetco...)
chapter:
0:00 Introduction
0:54 Understanding the problem
7:48 Logic
13:22 Python Implementation
21:58 C++ Implementation