From 553424d3c7f7d6eeb42425592f6907d0c0d3f914 Mon Sep 17 00:00:00 2001 From: hitanshu310 Date: Sat, 15 Mar 2025 15:21:27 +0530 Subject: [PATCH] Adding Reverse a Linked List --- Questions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Questions.md b/Questions.md index 5abed69..6a0cabf 100644 --- a/Questions.md +++ b/Questions.md @@ -25,3 +25,6 @@ 21. [Spiral Matrix](https://leetcode.com/problems/spiral-matrix/description/) `Blind 75` `Leetcode 150` 22. [Word Search](https://leetcode.com/problems/word-search/description/) `Blind 75` `Leetcode 150` +### Topic: Linked Lists +1. [Reverse Linked List](https://leetcode.com/problems/reverse-linked-list/description/) `Blind 75` `Leetcode 150` `Striver` +