if there are n nodes in a binary tree, how many null
pointers are there?
Answer Posted / anand prakash
If there are n nodes in a Binary Tree then number of null
pointers = n+1
| Is This Answer Correct ? | 58 Yes | 5 No |
Post New Answer View All Answers
What is the difference between WebIntelligence and Designer in creating universes?
Is buffer size and file block size is similar? If similar,at which case it will be same size?
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
What is Negative testing?
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
what is delegate and how works delegate and event.
how do i add a column dynamically in a table by using java application?
How to print No.of.rows affected after updation using ADO.Net
Explain with examples any 2 features of OOPS.
I am work in it aompenei
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
1.Mutating table
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.