📃: Add Stack Implementation and Variants #285
Labels
Contributor
Denotes issues or PRs submitted by contributors to acknowledge their participation.
gssoc-ext
hacktoberfest
level2
Status: Assigned💻
Indicates an issue has been assigned to a contributor.
We will be adding a comprehensive stack implementation along with its variants to enhance Algorithms and Data Structures.
The proposed additions will include:
A basic stack implementation with essential operations:
Push
Pop
Peek
IsEmpty
Also, the variants of stack:
Min Stack:
Max Stack
Stack with Frequency Count
Stack using Linked List
The text was updated successfully, but these errors were encountered: