We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8989a8d commit a09b177Copy full SHA for a09b177
README.md
@@ -119,6 +119,13 @@ Implementation of Linked list and **solutions to various LeetCode problems with
119
- [ ] **Reverse nodes in k group** - leetcode 25
120
- [ ] **Swap Nodes in Pairs** - leetcode 24
121
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
129
#### 🔹 [Recursion](./Recursion/)
130
Programs demonstrating **recursive problem-solving techniques**.
131
0 commit comments