Recent questions tagged data-structures

0 votes
1 answer
272
In a binary tree, the number of internal nodes of degree $1$ is $5$, and the number of nodes of degree $2$ is $10$. The number of leaf nodes in binary tree is:$10$$11$$12...
2 votes
3 answers
275
An array VAL[1..15][1..10] is stored in the memory with each element requiring 4 bytes of storage. If the base address of array VAL is 1500, determine the location of VAL...
0 votes
1 answer
276
Number of max heap possible with n distinct keys.
0 votes
1 answer
277
what is the average-case time complexity for finding the height of the Binary tree.