➜
KUMAR SHIVAM
Explain stacks using dynamic arrays ?
Data Structures and Algorithms
Answer in Short
: A stack is linear Data Sturcture in which items are added (pushed, inserted) and removed(pop, deleted) from one end called top
Explanation
1286
0
Share:
KUMAR SHIVAM
More Questions from
Data Structures and Algorithms Module 2
<p>Define stacks. Explain various operation of stacks ? </p>
<p>Define stacks . Explain implementation of stacks ? </p>
<p> Explain Applications of Stack ? </p>
<p>Explain briefly Infix expression, Polish Notation and Reverse Polish Notation ?</p>
<p>Define Evaluation of Postfix expression. Explain algorithm and example for it ? </p>