Answer Posted / 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 View All Answers
what is the work of 1tier,2tier,&ntier? Plz Explain it!
how many types of bytes are there???
What is %Type,%Rowtype?
why not instantiating servet using new operator?
kindly send interview materials
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
how can we implement locks in plsql?
when will triggars the at new event in abap and web dybn pro?
Give examples of macro quoting function?
in teradata level primary in table level allows duplicates why?
WHAT IS THE MEANING OF CONSTANT ...EXEEDS LENGTH LIMIT WHILE COPYING FROM PS FILE TO KSDS
how does database connection using ADO.NET?
Explain what is OOPS and its concepts?
how to data grid use in data bind?
how pseudo column works?