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 the difference between array and stack in data structures?

500


Can we declare array size as a negative number?

602


How many sorting are there in data structure?

487


What do you mean by Logical Error

553


Why null is allowed in hashmap?

459






What are the 4 types of data?

515


Which of the collections allows null as the key?

496


What are the 3 types of measurement?

538


What is binary tree in discrete mathematics?

476


What do you mean by separate chaining?

513


State the advantages of using infix notations?

670


what is traversal in linked lists?

571


What is height balanced tree?

502


Explain what is a spanning tree?

568


Which sorting algorithm is considered the fastest?

589