Monday, May 24, 2010

A program on a General tree having more than 2 child node in Data structure in C programming?

a C program on a General tree having more than 2 child node in Data structure in C programming. it is not a binary tree, but it should be a general tree where root node have three child node and each child node have three sub child node. want a help program on that

A program on a General tree having more than 2 child node in Data structure in C programming?
You just need three child node pointers.





struct Node {


struct Node * pChild[3];


int _your;


char _information


double _here;


}

dried flowers

No comments:

Post a Comment