Difference between stack and queue
Basic differences between these both and how to implement them in .net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sonu GuptaPosted Oct 23, 2019, 2:09 PM
Sujay AnandPosted Oct 31, 2019, 6:51 AM
Arun Kumar TiwariPosted Oct 24, 2019, 6:04 AM
Sanjay gautamPosted Oct 24, 2019, 2:47 AM
Dipa MehtaPosted Oct 24, 2019, 1:09 AM
vijay nelsonPosted Oct 23, 2019, 1:41 PM
Stack -Last In First Out
Queue -First In First Out
here is an example to implement in .net
https://www.c-sharpcorner.com/UploadFile/219d4d/queue-collection-and-stack-collection-class-in-C-Sharp/