Please where I can use queues and stacks as data structures in c language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please where I can use queues and stacks as data structures in c language

Any examples of projetcs where I can use stacks or queues.

9th May 2020, 6:47 PM
Amal Gil
Amal Gil - avatar
1 Answer
0
there are many applications using stack and queues for example on stack, it used for expression evaluation https://www.sololearn.com/learn/704/?ref=app and used for balanced symbol checking https://www.geeksforgeeks.org/check-for-balanced-parentheses-in-an-expression/ queue is used for printers, organizing operating system, etc. that used first in first out technique i hope you understand me
12th May 2020, 7:23 AM
Ahmed Mostafa
Ahmed Mostafa - avatar