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

program for stack #111

Closed
shiveshchoudhary opened this issue Dec 6, 2017 · 2 comments
Closed

program for stack #111

shiveshchoudhary opened this issue Dec 6, 2017 · 2 comments

Comments

@shiveshchoudhary
Copy link
Contributor

shiveshchoudhary commented Dec 6, 2017

DESCRIPTION

adding stack program in cpp . stack is abstract data type with two principle operations push and pop.

STEPS TO REPRODUCE

Please list the steps to reproduce the above problem

EXPECTED OUTCOME

push,pop,peek operations will tested with an array and push will add elements ,pop will destroy the topmost element peek will be used to view topmost element

ACTUAL OUTCOME

same as expected.

Proposed Solution [optional]

upload the code for the operations.
i am assigning it to myself and adding the program in cpp

@shiveshchoudhary shiveshchoudhary changed the title adding program for stack as no program for it still exists program for stack Dec 6, 2017
@prateekiiest
Copy link
Member

@shiveshchoudhary go ahead please

@prateekiiest
Copy link
Member

already there was one issue

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

No branches or pull requests

2 participants