Linked list storing a queue
From: Kay (ericjo92003_at_yahoo.com.hk)
Date: 08/31/04
- Next message: Paul Mensonides: "Re: Cpp Considered Harmful"
- Previous message: Daniel T.: "Re: finding an index in an STL vector<>"
- Next in thread: Alf P. Steinbach: "Re: Linked list storing a queue"
- Reply: Alf P. Steinbach: "Re: Linked list storing a queue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 31 Aug 2004 11:18:39 +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 ?
- Next message: Paul Mensonides: "Re: Cpp Considered Harmful"
- Previous message: Daniel T.: "Re: finding an index in an STL vector<>"
- Next in thread: Alf P. Steinbach: "Re: Linked list storing a queue"
- Reply: Alf P. Steinbach: "Re: Linked list storing a queue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]