What are binary trees?

Answers were Sorted based on User's Feedback



What are binary trees?..

Answer / nashiinformaticssolutions

An extension of the linked list structure, a binary tree contains no more than two children per node.
There are always two nodes in a binary tree: a left node and a right node.

Is This Answer Correct ?    0 Yes 0 No

What are binary trees?..

Answer / glibwaresoftsolutions

An extension of the linked list structure, a binary tree contains no more than two children per node.
There are always two nodes in a binary tree: a left node and a right node.

Is This Answer Correct ?    0 Yes 0 No

What are binary trees?..

Answer / hr@tgksolutions.com

An extension of the linked list structure, a binary tree contains no more than two children per node.
There are always two nodes in a binary tree: a left node and a right node.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Is arraylist fail fast?

0 Answers  


Can list contain null values?

0 Answers  


What do you mean by Syntax Error

0 Answers  


Define a set?

0 Answers  


What does a treemap do?

0 Answers  


Is heap sort stable?

0 Answers  


What is the use of isEmpty() member methods?

0 Answers  


What is an ordered map?

0 Answers  


What does sorting an array do?

0 Answers  


What does the term sorting refer to?

0 Answers  


Tell me real world example of polymorphism and encapsulation .

10 Answers   CybAge, Winit,


What are the advantages of sorting and filtering data?

0 Answers  


Categories