Computer Science, asked by preetanjali5038, 1 year ago

What are the main basic operation in linked list queue and stack?

Answers

Answered by dessuabewa
0

poping and adding are the basic operations on stacks and queues.

poping-is the operation of deleting from the list but varies in stack and queue

i.e poping in stacks is from the top,while poping in queues is from the front.

adding-is the same in both stacks and queues i.e always we add at the top

Similar questions