what is binary tree?

Answer Posted / sri

A binary tree is a tree which is either empty or each node
has at-most two children
The root node is the parent of all the nodes
its height is given by log n base 2 where n is the no of
elements

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is sorting necessary?

647


Differentiate null and void?

649


Why is arraylist faster than linkedlist?

708


Tell me why can't constant values be used to define an array's initial size

688


Which is the parent class of linkedlist class?

627


What do you mean by separate chaining?

685


What is difference between hashset and treeset?

742


Is treeset sorted?

709


How to find if linked list has loop?

816


Is array of data structure?

604


What is the difference between array list and vector list?

661


What is the logic to reverse the array?

656


Define linked list data structure.

747


How does dynamic memory allocation help in managing data?

1249


Explain what do you mean by insertion sort, bubble sort and selection sort? Also, explain the differences among the functionalities of the three sorts.

770