On Mon, 11 Nov 2002, Eric Herrera wrote:
> Russell,
>
> I like exploring and building various data structures as well; sometimes just
> for the fun of it. :) It's really satisfying to find the most efficient
> structure for your data. "Data structure" is a generic term. And can be
> elaborated in many aspects. most prominent languages allow for generic
> structuring. to your direct question: -a stack would come in handy for items
> which need to be queued. A linked-list would be useful when storing a data
a quick nit here.. "a stack would come in handy for items which need to be
queued" .. you would probably use a queue for such a case =) ...
Jason
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 19:35:54 EDT