LRU Cache | Leetcode Q.146 | Python | C++ | Leetcode Daily Challenges

Опубликовано: 31 Октябрь 2024
на канале: CodeRapt
83
2

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