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 a dynamic array work?

1 Answers  


What are different methods of collision resolution in hashing.

1 Answers  


Explain about the different lists available in the collection?

1 Answers  


Which is best array or linked list?

1 Answers  


What are the advantages of linked list over an array?

1 Answers  


If you are using c language to implement the heterogeneous linked list, what pointer type should be used?

1 Answers  


What is the default capacity of hashmap?

1 Answers  


How can you insert a node to the beginning of a singly linked list?

1 Answers  


Why do we need linked list?

1 Answers  


Which is faster array or arraylist?

1 Answers  


Tell me the difference between the character array and a string.

1 Answers   Honeywell, HPCL, Huawei, Zomato,


What is the difference between null and void?

1 Answers  


Categories