--- In [email protected], "BIll Cunningham" <[EMAIL PROTECTED]> wrote: > > Does this look correct? > > struct Tree{ > int count; /* For the node number */ > Tree* pleftchild; /* pointer to left child */ > Tree* prightchild; /* pointer to right child */ > }; > > Does this complete the tree or node structure? > > Bill > It looks complete. Are u going to add a pointer to data or is the integer the data?
- [c-prog] trees BIll Cunningham
- [c-prog] Re: trees benjamin_cail_scott
- Re: [c-prog] Re: trees BIll Cunningham
- Re: [c-prog] trees David Hamill
- [c-prog] Re: trees John Matthews
- Re: [c-prog] Re: trees David Hamill
- Re: [c-prog] Re: trees Thomas Hruska
- [c-prog] Re: trees John Matthews
- Re: [c-prog] Re: trees Bill Cunningham
- Re: [c-prog] trees shivani gupta
- Re: [c-prog] trees Paul Herring
- Re: [c-prog] trees BIll Cunningham
