From 102af33b3fd8632207568f9e0a59268cf1baa182 Mon Sep 17 00:00:00 2001 From: Armando <72764913+Armando284@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:27:03 -0500 Subject: [PATCH] docs: adds link to guide to build LRU Cache this guide includes an implementation as a npm package and GitHub repository in TypeScript with tests and linter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee4ed8880..36fa396ce 100644 --- a/README.md +++ b/README.md @@ -470,6 +470,7 @@ It's a great way to learn. * [**Rust**: _Writing Scalable Chat Service from Scratch_](https://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html) * [**Rust**: _WebGL + Rust: Basic Water Tutorial_](https://www.chinedufn.com/3d-webgl-basic-water-tutorial/) * [**TypeScript**: _Tiny Package Manager: Learns how npm or Yarn works_](https://github.com/g-plane/tiny-package-manager) +* [**TypeScript**: _LRU Cache: Learns how to implement efficient O(1) Least Recently Used cache_](https://github.com/Armando284/adev-lru/blob/main/GUIDE.md) ## Contribute * Submissions welcome, just send a PR, or [create an issue](https://github.com/codecrafters-io/build-your-own-x/issues/new)