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

How does bogo sort work?

0 Answers  


What is the use of prototype?

0 Answers  


How can you represent a linked list node?

0 Answers  


How would you sort words in a large file?

0 Answers   DELL,


What is a pseudocode example?

0 Answers  






List the differences between comparable and comparator interface?

0 Answers  


What is declaring array?

0 Answers  


What is array and its types with example?

0 Answers  


How do you find the complexity of a bubble sort?

0 Answers  


Define a binary tree?

0 Answers  


What is the best case complexity of bubble sort?

0 Answers  


What are the notations used in Evaluation of Arithmetic Expressions using prefix and postfix forms?

1 Answers  


Categories