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 time and space complexity of bubble sort?

0 Answers  


What is the best data structure and algorithm to implement cache?

0 Answers   Adobe,


Is json a data structure?

0 Answers  


What is stable sorting method?

0 Answers  


In what data structures are pointers applied?

0 Answers  






What is difference between hashtable and hashmap?

0 Answers  


Can arraylist have duplicates?

0 Answers  


What is the use of placement new?

0 Answers  


What is declaring array?

0 Answers  


Can you please explain the difference between string and an array?

0 Answers  


input function and output function in c language

2 Answers   TCS,


Classify the Hashing Functions based on the various methods by which the key value is found.

1 Answers  


Categories