gdsc-gvp / DSA

Implementation of various data structures and algorithms.
MIT License
15 stars 52 forks source link

Updated Stack using array #83

Closed snehadaripa closed 3 years ago

snehadaripa commented 3 years ago

Related Issue

Closes: #[issue number that will be closed through this PR]

My version of the code takes user input making it more interactive and user friendly.

Give a clear description what modifications you have made

It takes user input to push into the stack.

What sort of change have you made:

Screenshots(optional)

Original Updated
original screenshot updated screenshot