Skip to content

Commit a09b177

Browse files
committed
Update README.md
1 parent 8989a8d commit a09b177

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ Implementation of Linked list and **solutions to various LeetCode problems with
119119
- [ ] **Reverse nodes in k group** - leetcode 25
120120
- [ ] **Swap Nodes in Pairs** - leetcode 24
121121

122+
#### 🔹 [Stack](./Stack/)
123+
Implementation of Stack and **solutions to various LeetCode problems with different approaches**.
124+
125+
- [ ] **Stack using Linked-list** - stack implementation using linked-list
126+
- [ ] **Stack using STL** - stack implementation using STL library
127+
- [ ] **Stack using vectors** - stack implementation using vectors
128+
122129
#### 🔹 [Recursion](./Recursion/)
123130
Programs demonstrating **recursive problem-solving techniques**.
124131

0 commit comments

Comments
 (0)