Describe the level term in a tree.



Describe the level term in a tree...

Answer / Anand Kumar Singh

In a tree data structure, each node has a specific depth (level). The root node is at level 0, its children are at level 1, their children at level 2, and so on.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is the difference between arraylist and hashmap?

1 Answers  


What is list and its types?

1 Answers  


How many types of lists are there?

1 Answers  


Can hashmap store null values?

1 Answers  


Which sort is stable?

1 Answers  


What is the slowest sorting algorithm?

1 Answers  


what is atmost complete binary tree?

6 Answers  


What is quick sort example?

1 Answers  


How to sequentially represent max-heap?

1 Answers  


What are the advantage of linked list over array?

1 Answers  


How is a queue works?

1 Answers  


Describe the merge sort principle and what will be its time complexity?

1 Answers   Wipro,


Categories