Adding Reverse a Linked List

This commit is contained in:
hitanshu310 2025-03-15 15:21:27 +05:30
parent 8defdb6343
commit 553424d3c7

View File

@ -25,3 +25,6 @@
21. [Spiral Matrix](https://leetcode.com/problems/spiral-matrix/description/) `Blind 75` `Leetcode 150` 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` 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`