ashishps1 / awesome-low-level-design

Learn Low Level Design (LLD) and prepare for interviews using free resources.
https://blog.algomaster.io
GNU General Public License v3.0
5.46k stars 1.44k forks source link

LRU Cache implementation Added #6

Closed oindrila-b closed 5 months ago

oindrila-b commented 5 months ago

Added Cache implementation using LRU eviction Policy