4ndrelim / data-structures-and-algorithms

This repository contains design and implementation of fundamental data structures and algorithms.
59 stars 18 forks source link

Add LRU Cache #84

Closed Suf42 closed 2 months ago

Suf42 commented 2 months ago

Initial implementation of LRU Cache: