From 98adb573c1bb87efbfb7fed748e8645e8a4510d2 Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 14 Jul 2025 10:54:59 -0400 Subject: [PATCH] Update README to credit leetcode.nvim plugin for solution caching --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7459f5..ccbb12f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This repo tracks my journey solving LeetCode problems — not just code, but my - **Categories Covered**: Arrays, Hash Maps, Dynamic Programming, Two Pointers, Binary Search, etc. ## 🗂 Directory Structure -- `src/exercises/`: Auto-downloaded solutions via Cursor +- `src/exercises/`: Auto-downloaded solutions via [leetcode.nvim](https://github.com/kawre/leetcode.nvim) caching ## 🧩 Problem Index