You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
shiveshchoudhary
changed the title
adding program for stack as no program for it still exists
program for stack
Dec 6, 2017
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: