➜
KUMAR SHIVAM
Explain Multiple stacks ?
Data Structures and Algorithms
Answer in Short
Multiple stacks can be implemented using multiple arrays, one array to represent on stack
Explanation
4002
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>