Sriya
January 6th, 2007, 06:53 AM
Hi all...
In a binary tree.. we have one parent node and two Child node, right child and the left child. Do we have a possibility for a datastucture that has one parent node and variable number of child nodes, instead of just two as in case of a binary tree??
Simple put... is it possible to have a Tree-like structure with one Parent node and 'n' child nodes??
Pls help me in this.
Thank you all!!
Sriya!
In a binary tree.. we have one parent node and two Child node, right child and the left child. Do we have a possibility for a datastucture that has one parent node and variable number of child nodes, instead of just two as in case of a binary tree??
Simple put... is it possible to have a Tree-like structure with one Parent node and 'n' child nodes??
Pls help me in this.
Thank you all!!
Sriya!