Skip to content

Commit 03b60ad

Browse files
Moved to Algorithms and updated README.md
1 parent 39f0a66 commit 03b60ad

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ find more than one implementation for the same objective but using different alg
179179
* [A057588 Kummer Numbers](./Algorithms/Sequences/KummerNumbersSequence.cs)
180180
* [A019434 Fermat Primes](./Algorithms/Sequences/FermatPrimesSequence.cs)
181181
* [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)
182186
* [String](./Algorithms/Strings)
183187
* [Similarity](./Algorithms/Strings/Similarity/)
184188
* [Cosine Similarity](./Algorithms/Strings/Similarity/CosineSimilarity.cs)
@@ -242,9 +246,6 @@ find more than one implementation for the same objective but using different alg
242246
* [Array-based Stack](./DataStructures/Stack/ArrayBasedStack.cs)
243247
* [List-based Stack](./DataStructures/Stack/ListBasedStack.cs)
244248
* [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)
248249
* [Heap](./DataStructures/Heap)
249250
* [Min-Max Heap](./DataStructures/Heap/MinMaxHeap.cs)
250251
* [Binary Heap](./DataStructures/Heap/BinaryHeap.cs)

0 commit comments

Comments
 (0)