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

What is an example of an algorithm?

571


How do I remove a value from a list?

531


Tell me the difference between structure and array?

555


Define splay tree?

668


How do you do a selection sort?

571






What is storage structure in data structure?

583


How do you find a string is anagram or not?

562


Does hashmap allow null keys?

541


Describe the height term in a tree.

630


Differentiate null and void?

576


Explain pre-order and in-order tree traversal.

615


Define right-in threaded tree?

635


What is meant by heap sort?

574


What is a 2 dimensional array?

621


Explain the term base case?

600