View Single Post
Old 08-29-2016, 02:38 AM   #7
addisoncave
Registered User
 
Join Date: Jun 2016
Posts: 169
Stack and queue both are data structure that we used in programming to control the flow of data in efficient way. Stack act like a box of cardboard in which the First cardboard piece that have stored can be only retrieve in last. But Queue is a box which has also tore from the bottom, in this 1st piece of cardboard will retrieve first.
__________________

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.
|
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.
addisoncave is offline   Reply With Quote