Generic tree construction

video not present for generic tree.only bst and binary tree videos are available

Hi Vaishnavi,
The generic tree is not asked in the interviews and if you know binary tree and binary search tree then you can implement it by your own.You can try it on your own.the only difference is in generic tree the number of children for a node can be greater than two.