View Single Post
Old 07-20-2016, 05:19 AM   #6
sashwatmegh
Registered User
 
Join Date: Apr 2016
Location: pune
Posts: 583
The stack is a container of objects that are inserted and removed according to the (LIFO) principle.
The queue is a container of objects (a linear collection) that are inserted and removed according to the (FIFO) principle.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sashwatmegh is offline   Reply With Quote