Binary tree?



Binary tree?..

Answer / swetcha

Binary tree is a tree with at most two children for each
node.Also known as dyadic tree.
most formal defination is that
A binary tree either

.is empty (no nodes), or
.has a root node, a left binary tree, and a right binary
tree
These r the various types where we use the actual binary
tree
complete binary tree, full binary tree, binary search tree,
binary heap, balanced binary tree, threaded tree, Fibonacci
tree, extended binary tree

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More Programming Languages AllOther Interview Questions

Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)

0 Answers  


1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?

0 Answers   HTC,


What is Partial class and its use?

1 Answers  


When will you use shell script/Perl ahead of C/C++?

0 Answers   Yahoo,


how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out

0 Answers  






If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this

0 Answers   SGT,


What is autocall macro and how to create autocall macro? what is the use of it?

0 Answers   GE,


what is the basic and unique feature of dotnet

0 Answers   HCL,


converting 41.685 to binary

1 Answers   Hughes,


Diffrence between 2.0,3.0,3.5,4.0. versions of .net?

0 Answers  


can u send some model papers how computer awareness questions are asked in goverment jobs(oriental insurance)to my mail id me.priyankapadma@rediff.com

0 Answers  


why we use new keyword for object

4 Answers   TCS,


Categories