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

Name few collections map implementations?

0 Answers  


An array having 100 elements have numbers from 1 to 99 randomly out of which any number is repeated. Find the repeated number in minimum time and space complexity.

0 Answers  


Complete structure of hashmap, very detail description, along with the basic coding of the hashmap internal implementation.

0 Answers   Expedia,


what is the biggest advantage of linked lists?

0 Answers  


Which sorting algorithms are in place?

0 Answers  






write a program to show the insertion and deletion of an element in an array using the position

0 Answers  


What are dynamic data structures?

0 Answers  


What is dequeue operation?

0 Answers  


In rdbms, explain what is the efficient data structure used in the internal storage representation?

0 Answers  


What is circular queue in data structure?

0 Answers  


Difference between calloc and malloc in data structures?

0 Answers  


Is a hash table a map?

0 Answers  


Categories