Define a binary tree?



Define a binary tree?..

Answer / Gautam Kumar Singh

A binary tree is a tree data structure in which each node has at most two children, referred to as the left child and the right child. The nodes are connected with links called edges.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

If you are given a choice to use either arraylist and linkedlist, which one would you use and why?

1 Answers  


What is the use of placement new?

1 Answers  


Differentiate between push and pop?

1 Answers  


What is array indexing?

1 Answers  


What are linked lists used for?

1 Answers  


How do treesets work internally?

1 Answers  


What does simulation of queues mean?

1 Answers  


Explain Queue

1 Answers   Tech Mahindra,


What is the difference between arraylist and hashmap?

1 Answers  


What is collection process?

1 Answers  


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

1 Answers  


Are data structures important?

1 Answers  


Categories