What is binary tree?

Answer Posted / chinnadurai.s

A tree with at most two children for each node.

or

A binary tree either

* is empty (no nodes), or
* has a root node, a left binary tree, and a right
binary tree.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is int a data structure?

654


Will arraylist maintain insertion order?

685


Which is the parent class of abstractqueue class?

663


What are data members?

708


Differentiate between the singly linked list and doubly linked list.

780


What are the applications of priority queues?

708


What is int data type?

713


Does arraylist maintain order?

685


Can we create a null as a key for a map collection?

670


Explain Array

743


What is array and its types in data structure?

684


What is the idea behind splaying?

1480


Explain the term binding time?

699


What are the advantages of stack?

643


Can hashset contain duplicates?

663