What is subtree?



What is subtree?..

Answer / Nishkarsh Singh

In tree data structures, a subtree refers to a subset of the original tree that consists of a node and all its descendant nodes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

How do you separate zeros from non-zeros in an array?

1 Answers  


How to reference all the elements in a one-dimension array?

1 Answers  


How do you rotate an AVL tree?

1 Answers   Global Logic,


How many types of data structures are there?

1 Answers  


What is a dequeue?

1 Answers  


What is the difference between collections class vs collections interface?

1 Answers  


What is heap tree explain with example?

1 Answers  


How do you find the space complexity of a bubble sort?

1 Answers  


Define splay tree?

1 Answers  


What is difference between tree and binary tree?

1 Answers  


Is arraylist a list?

1 Answers  


What is the slowest sorting algorithm?

1 Answers  


Categories