Re: Decent datastructure for queue operations



mmcconnell17, thanks for your idea. Actually, this is what I've been
using but as I said enqueue is not just append an item like that. The
queue entries are somehow required to be unique.

By the way, LISP has a function `last' which points directly to the
last item of a list without needing to traverse it.

--Meng

.