mayur124 / lru-cache

Least Recently Used Cache Visualizer

Home Page:https://lrucache.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LRU-Cache Visualizer

This is my attempt to create a visualizer of LRU (Least Recently Used) Cache. I gained knowledge about LRU Cache from a comprehensive video tutorial by Raj Vikramaditya, which can be found here.

You can watch it in action here

Overview

The purpose of this visualizer is to provide an interactive and illustrative representation of how the LRU Cache algorithm works. By visualizing the caching process, it becomes easier to understand and grasp the underlying concepts and mechanisms.


Technologies


Run in your local

  • git clone https://github.com/mayur124/lru-cache.git
  • yarn install
  • yarn start

Screenshots




About

Least Recently Used Cache Visualizer

https://lrucache.netlify.app

License:MIT License


Languages

Language:TypeScript 95.5%Language:HTML 2.7%Language:JavaScript 1.4%Language:CSS 0.4%