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

What is a postfix expression?

0 Answers  


What is the maximum size of array?

0 Answers  


Differentiate between iterator and listiterator.

0 Answers  


Why do we use different types of data structures?

0 Answers  


Why quicksort is called quick?

0 Answers  


How can we delete any specific node from the linked list?

0 Answers  


How do you do binary search?

0 Answers  


Explain about circular linked list?

0 Answers  


What is link list in data structure?

0 Answers  


What are different types of algorithms?

0 Answers  


Explain implementation of traversal of a binary tree.

0 Answers  


What is a vector element?

0 Answers  


Categories