Linked list using stack or que | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Linked list using stack or que

a c or c++ program that describes linked list real time example

18th Sep 2017, 6:44 AM
Harsh Arya
Harsh Arya - avatar
1 Answer
+ 2
Your question should be the opposite : Stack or Queue using linked list Linked list is a "raw" data structure while Stack and Queue are data structures that need another one to be implemented
18th Sep 2017, 7:42 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar