given a height balanced tree. If we add one more node , how
many nodes gets unbalanced ?

Answer Posted / guest

3

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the extension of SPDS Dynamic cluster tables?

1616


any drawback are there in mantis?

1636


what are the advantages of sap on other software ?

1725


In project we have Documentation phase also,in that what is micro and macro designing?

1417


I'm new to ABAP. What is Module pool in SAP?

2117






Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.

1480


it is a language or tools?

1617


Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.

669


What is test execution and when will we start execution please send me one example for this question

1421


how to convert the data from HTML file to SAS dataset?

2183


Why did you ever become involved in QA/testing?

1598


In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?

1606


how to add a new table with variables and thier values into a imported file uisng proc import?

1442


Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?

1567


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?

1471