When would you use a stack as opposed to a regular linked list or a regular queue as opposed to a priority...
-1
In my CS2 class, we are learning a lot of syntax for stacks, queues, and linked lists. Despite this, we haven't actually learned any applications of them or been told how to tell when we should use one data structure vs the other. Does anyone know of a resource to better understand differing applications of these varying data structures?
java linked-list stack queue computer-science
share | improve this question
edited Dec 6 '18 at 17:46
Person
asked Nov 25 '18 at 15:28
...