10 votes
3
31 votes
6
What is the number of binary trees with $3$ nodes which when traversed in post-order give the sequence $A, B, C ?$ Draw all these binary trees.
19 votes
7
A binary search tree is used to locate the number $43$. Which of the following probe sequences are possible and which are not? Explain.$\begin{array}{llllll} \text{(a)} ...
4 votes
12
A sends 2 frames of 1000 bit each to B via switch S.Bandwidth=10Mbps propogation delay over links=5us find time when second packet reaches B completely
15 votes
19
Compute the post fix equivalent of the following expression $3^*\log(x+1)-\frac{a}{2}$
1 votes
23
what is the output of pro..??#ifndef include<stdio.h>void main(){#endifprintf("%d",900*90/90);}