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` +