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

Does linkedhashset allow duplicates?

0 Answers  


What do you mean by overflow and underflow?

0 Answers  


What is difference between rb tree and avl tree?

0 Answers  


State the demerit of linear representation of binary trees?

0 Answers  


Why are b trees used?

0 Answers  






When new data are to be inserted into a data structure?

0 Answers  


In what scenario, binary search can be used?

0 Answers  


What is subtree?

0 Answers  


What are lists?

0 Answers  


Parenthesis is never required in postfix or prefix expressions, why?

0 Answers  


What is the slowest sorting algorithm?

0 Answers  


Define secondary clustering?

0 Answers  


Categories