File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -179,6 +179,10 @@ find more than one implementation for the same objective but using different alg
179
179
* [ A057588 Kummer Numbers] ( ./Algorithms/Sequences/KummerNumbersSequence.cs )
180
180
* [ A019434 Fermat Primes] ( ./Algorithms/Sequences/FermatPrimesSequence.cs )
181
181
* [ A181391 Van Eck's] ( ./Algorithms/Sequences/VanEcksSequence.cs )
182
+ * [ Stack] ( ./Algorithms/Stack )
183
+ * [ Next Greater Element] ( ./DataStructures/Stack/NextGreaterElement.cs )
184
+ * [ BalancedParenthesesChecker] ( ./DataStructures/Stack/BalancedParenthesesChecker.cs )
185
+ * [ Reverse Stack] ( ./DataStructures/Stack/ReverseStack.cs )
182
186
* [ String] ( ./Algorithms/Strings )
183
187
* [ Similarity] ( ./Algorithms/Strings/Similarity/ )
184
188
* [ Cosine Similarity] ( ./Algorithms/Strings/Similarity/CosineSimilarity.cs )
@@ -242,9 +246,6 @@ find more than one implementation for the same objective but using different alg
242
246
* [ Array-based Stack] ( ./DataStructures/Stack/ArrayBasedStack.cs )
243
247
* [ List-based Stack] ( ./DataStructures/Stack/ListBasedStack.cs )
244
248
* [ Queue-based Stack] ( ./DataStructures/Stack/QueueBasedStack.cs )
245
- * [ Next Greater Element] ( ./DataStructures/Stack/NextGreaterElement.cs )
246
- * [ BalancedParenthesesChecker] ( ./DataStructures/Stack/BalancedParenthesesChecker.cs )
247
- * [ Reverse Stack] ( ./DataStructures/Stack/ReverseStack.cs )
248
249
* [ Heap] ( ./DataStructures/Heap )
249
250
* [ Min-Max Heap] ( ./DataStructures/Heap/MinMaxHeap.cs )
250
251
* [ Binary Heap] ( ./DataStructures/Heap/BinaryHeap.cs )
You can’t perform that action at this time.
0 commit comments