Answer Posted / nisha nair
A data structure called heap is a binary tree with keys
assigned to its nodes provided it satisfies two
requirements:
1. Tree shape requirement.
2. Parental domainance requirement.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can you please explain the difference between strcpy() and memcpy() function?
How can I find out how much free space is available on disk?
Is there sort function in c?
Write a Program to accept different goods with the number, price and date of purchase and display them
What is the newline escape sequence?
Write a program to print all permutations of a given string.
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is the meaning of && in c?
What is the code for 3 questions and answer check in VisualBasic.Net?
What are the properties of union in c?
Can a file other than a .h file be included with #include?
how many key words availabel in c a) 28 b) 31 c) 32
Explain how are 16- and 32-bit numbers stored?
Do you know what are bitwise shift operators in c programming?
What is meant by keywords in c?