answersLogoWhite

0

What is multiple stack?

Updated: 10/31/2022
User Avatar

Wiki User

11y ago

Best Answer

Consider the situation that you have a shelf with 10 compartments and you have to place 11 books in it with each book occupying a compartment. You can only place 10 books in the shelf and for placing the 11th book, you need to find another shelf. Similarly multiple stack in data structure refers to the usage of more than one stack to store data. The same stack can be divided into two: one proceeding from 0 to max whereas the other proceeding from max to 0. When both stacks meets together, the stacks are full.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is multiple stack?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does x-booster unlimited stack if multiple bought in dragonfable?

The ability of it does not stack.


Does LG have a washer and dryers that stack on top of each other for space saving?

Yes, they have multiple stackable dryer/washers.


Can I use multiple Bealls coupons in one transaction?

No, you cannot use multiple coupons in one transaction unless they are discounting separate items. You cannot stack coupons though, that is never allowed.


What is implicit stack?

A stack created by the user or a programmer is an implicit stack


Is short stack a pop group?

Yes but i think there multiple styles of music i like to think that there pop rock heavy metal and a little bit emo


What is the function of a stack pointer?

Stack pointer points to the topmost / most recently referenced location on the stack; - Nutan


How much in a stack?

$1000 in a stack


How do you use the word stack in a sentence?

Stack these boxes over there, please.There was a stack of cards sitting on the table.


What has the author Gael Stack written?

Gael Stack has written: 'Gael Stack' 'Gael Stack' -- subject(s): Themes, motives


What is the collective noun of stack?

The noun 'stack' is a standard collective noun for:a stack of booksa stack of carsa stack of dishesa stack of haya stack of librariansa stack of pancakesa stack of planesa stack of platesa stack of suitcasesa stack of wood


Can stack be as a pointer?

A stack is a data structure in which last item inserted is taken out first . That's why they are known as LIFO (last in first out). Inserting an item in stack is termed as push and taking an item out from stack I s termed as pop. Stack pointer is the pointer that points to the top of the stack or that points the item at the top of the stack and help in adding or deleting the item from the top of stack.


How is the stack and stack pointer work?

A stack is a data structure in which last item inserted is taken out first . That's why they are known as LIFO (last in first out). Inserting an item in stack is termed as push and taking an item out from stack I s termed as pop. Stack pointer is the pointer that points to the top of the stack or that points the item at the top of the stack and help in adding or deleting the item from the top of stack.