Linked lisd storing a queue

From: Kay (ericjo92003_at_yahoo.com.hk)
Date: 08/31/04


Date: Tue, 31 Aug 2004 11:17:55 +0800

A linked list is storing several names. I want to make a queue if I
input a name that is same as the linked list. How to make each node of a
linked list storing a queue that are different with each other node, do
I need to add one more item in the ListNode OR I only call the queue
insert function to do it ?