What is binary tree?

Answers were Sorted based on User's Feedback



What is binary tree? ..

Answer / yenealem

It is a data structure on that every node on the tree
contains at most two children in the tree.

Is This Answer Correct ?    0 Yes 0 No

What is binary tree? ..

Answer / manish kit

A binary tree is a non liniear data structure in which
there must be both child of each node acxept leaf node

Is This Answer Correct ?    0 Yes 0 No

What is binary tree? ..

Answer / siya

a binary tree is a tree,whose root has degree 2 and other
nodes has degree 2or 3.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Data Structures Interview Questions

what is the difference between dynamic as well as non - dynamic data structures.

0 Answers   Aricent,


What is the difference between ienumerable and list?

0 Answers  


What data structure would you mostly likely see in a non recursive implementation of a recursive algorithm?

3 Answers   CTS,


What are vectors used for in real life?

0 Answers  


What is the bucket size, when the overlapping and collision occur at the same time?

1 Answers  


List the data structures which are used in rdbms, network data modal, and hierarchical data model.

0 Answers  


What are the advantage of collection classes over arrays?

0 Answers  


What is sorted list in data structure?

0 Answers  


What is binary tree and its properties?

0 Answers  


Do you know how to find if linked list has loop?

0 Answers  


Which collection allows null values?

0 Answers  


Is there any difference between int[] a and int a[]?

0 Answers  


Categories