given a height balanced tree. If we add one more node , how
many nodes gets unbalanced ?
Answers were Sorted based on User's Feedback
Answer / banti sharma
The answer given above is wrong. The exact answer is (log n)
wherw n is the no. of nodes in binary tree
| Is This Answer Correct ? | 4 Yes | 1 No |
what is the use MDM(Master Data Management)and meaning
How do you initialize a static member of a class with return value of some function?
Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance
how do find the user exit for selected feild whatis the process and can u plz explain it
what is apt_dump_score in datastage where it is useful
when we use mantis? how learn mantis?
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
Which design patterns have you used?
why we use mantis? what u mean mantis in IT trends? addvantages of mantis?
0 Answers HCL, Sacred Heart College,
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
How to use string functions in QTP?give some examples
When you?re running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?