Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 466 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 466 Bytes

LRU cache

A LRU cache written in C

Intro

I wanted to learn C and the idea of creating an LRU Cache seemed like a reasonable project to learn the basics.
As it turned out, I also needed to implement a Hash Map for the Cache; I decided to create it in a separate repo and include it statically hashmap