|
|
|
|
|
by lutusp
4862 days ago
|
|
> > linked lists are the default data structure underlying almost every implementation of Stacks and Queues > Citation needed. I doubt this. As do I. Since you're not going to reorder a stack or (in most cases) a queue, and since they contain fixed-size elements, what's the point of a linked list? |
|