|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Does anybody know how to develop a queue class based on circular
chasing pointers with an integer dynamic array and develop a queue class based on an integer linked list. Compare the performance based on insertion and removal of various numbers of integers based on your test plan. Thanks |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
* jermichael_duff@yahoo.com:
> Does anybody know how to develop a queue class based on circular > chasing pointers with an integer dynamic array and develop a queue > class based on an integer linked list. Compare the performance based > on insertion and removal of various numbers of integers based on your > test plan. You're in luck, this was recently answered by the FAQ. Since the Parashift server seems to be down, see e.g. <url: http://www.coders2020.com/cplusplus-explained/index.html>, FAQ item 5.2. Cheers, & rhth., - Alf -- A: Because it messes up the order in which people normally read text. Q: Why is it such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
jermichael_duff@yahoo.com wrote:
> Does anybody know how to develop a queue class based on circular > chasing pointers with an integer dynamic array and develop a queue > class based on an integer linked list. Compare the performance based > on insertion and removal of various numbers of integers based on your > test plan. > > Thanks > Yes, somebody does. -- SM rot13 for email |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
On Wed, 2007-10-17 at 17:55 -0700, jermichael_duff@yahoo.com wrote: > Does anybody know how to develop a queue class based on circular > chasing pointers with an integer dynamic array and develop a queue > class based on an integer linked list. Compare the performance based > on insertion and removal of various numbers of integers based on your > test plan. Your prof/teacher might well read this newsgroup you know... Hint, draw some circular chasing pointers, name everything on the drawing, then write the code. It really s to use a drawing on a new problem. On comparing the performance one would need the rest of your assignment to know what that sentence requires. -- Tristan Wibberley Any opinion expressed is mine (or else I'm playing devils advocate for the sake of a good argument). My employer had nothing to do with this communication. |
|
![]() |
| Outils de la discussion | |
|
|