What do you mean by general trees?
Answer / Murari Lal
A General Tree is a tree where no constraints are imposed on the number of children a node can have, except that every node (except possibly the root) has at least one child. This means that any non-empty set of nodes with arbitrarily varying degrees for each node and with a specified node as the root, qualifies as a General Tree.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by linked list?
What are the types of bulleted list?
What is lifo?
Explain about Merge Sort?
What will happen if an array goes out of bounds?
Which is the parent class of printerstatereasons class?
You want to insert a new item in a binary search tree. How would you do it?
What is dequeue operation?
What is structure of data type?
What is list and its types?
What are stacks? Give some of its applications.
Find duplicates in infinite range. Which data structure to be used to give efficient solution?