tree

  • Thread starter Borked Pseudo Mailed
  • Start date
B

Borked Pseudo Mailed

Bill Cunningham said:
struct node {
int count;
char *name;
double price;
struct node *punode;
struct node *pdnode;
};

Maybe not the best choice of names for a tree node, but
perfect if you want to use a doubly-linked list to model
an elevator in a shopping mall.

Yours,
Han from China
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

tree 8
tree 12
Balancing a Binary Tree 4
tree data structure: incomplete type error 2
PR-Tree 10
Detection of a loop in a linked tree (or linked list) 1
doubly-linked list & sorting 5
simple region allocator... 2

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top