0
Linked list using stack or que
a c or c++ program that describes linked list real time example
1 Odpowiedź
+ 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