Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Stack Data Structure Under DSA folder #17

Open
Sofiyan-coder opened this issue Oct 5, 2024 · 2 comments · May be fixed by #20
Open

Add Stack Data Structure Under DSA folder #17

Sofiyan-coder opened this issue Oct 5, 2024 · 2 comments · May be fixed by #20

Comments

@Sofiyan-coder
Copy link

A stack is a linear data structure that follows the Last In, First Out (LIFO) principle. The element inserted last is the first one to be removed. Stacks support two primary operations:

push(x): Add an element x to the top.
pop(): Remove the topmost element.

@Sofiyan-coder Sofiyan-coder linked a pull request Oct 5, 2024 that will close this issue
@Sofiyan-coder
Copy link
Author

@panditakshay402 Request to add Labels to issues and Merge the branches

@Sofiyan-coder
Copy link
Author

Sofiyan-coder commented Oct 5, 2024

@panditakshay402

My work on the project will continue in the future, I want to contribute as much as I can. I will help achieve your dream to complete this project as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants