answersLogoWhite

0

some disadvantages created in stack using array then that problem solve to linked list use in stack.

First advantage for size of stack not limited in linked list using.

second essay to stack programme implement using only one pointer.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

The advantages of using carboxylic acids?

Amy Stack :)


What are the advantages and disadvantages of stacks?

Stacks are advantageous in enabling simple backtracking algorithms. That is the sole purpose of a stack, so there are no disadvantages as such.


What are the advantages of using square plates?

The advantages of using square plates include having a lip so that sauces don't spill over the edge, they stack better and they look better and more contemporary.


What are the main advantages offered by the BMI credit card?

Some of the main advantages that are offered by the BMI credit card are air miles or frequent flyer miles that can stack up with use. A rather extravagant plus to this service is the fact that with the BMI credit card, these air miles stack up faster than with the average credit card.


Advantages and disadvantages 4 and 8 connected flood fill algorithm?

Advantages : - very simple - efficiency and correctness Disadvantages : - requires getpixel() system call - not efficient for large polygons - needs a large stack - requires a seed point


What is implicit stack?

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


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


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.