I would say in most situations it is a stack of linked lists (queues). I'd suggest for the sake of simplicity and problem solving, don't think of it that way. Think of it as a stack of 'objects'. These objects can be of any type. Type can be an integer, a float, a pointer or an entire array. Makes it easier to think, design and code.
-Minotauraus. On Jun 8, 2:52 am, Raj N <[email protected]> wrote: > What do you mean by a stack or a queue in which each item is a > variable number number of integers? > Is it a queue of a queue, queue of a stack etc -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
