Questions by akankshadewangan24

1 votes
2 answers
31
how to make binary search tree from the given post order traversal1,2,3,4................n if no inorder or preorder is mentioned?????????//
1 votes
2 answers
32
can we say a null graph is eulerian circuit and hamiltonian circuit?
0 votes
2 answers
33
Can we make NPDA? L= {anbn| n>=0,a,b are input variables}if yes then make it .
1 votes
1 answer
34
a tree with n vertices can have at most 1 perfect matching how? perfect matching means no vertices will be left with 0 dergree right so how a tree can have a perfect mat...
1 votes
1 answer
35
2 votes
2 answers
36
what the time complexity forT(n)=5T(n/2)+n^2a. nb.n^2
1 votes
2 answers
37
how to find the comparision complexities in huffman coding algorithm?
4 votes
4 answers
38
The selling price of table is 4/5 times its cost price .the gain % is?????
0 votes
2 answers
39
a principal become rupee 900 after 3 years and 1200 after 6 years on simple intrest then find the principal and rate of intrest?
0 votes
0 answers
40
what is a diifference between list and self refrential list?
3 votes
1 answer
41
Synthesized attribute can be easily simulated by a(A) LL grammar (B) Ambiguous grammar(C) LR grammar (D) None of the aboveAnswer: C
0 votes
1 answer
42
let X be the airthmetic mean and Y,Z be the two geomatric mean between any two positive numbers .The vlue of (X^3 +Z^3)/XYZ
0 votes
1 answer
43
let a1,a2,a3...........a10 be integers such that 0<a1<a2<a3................<a10 if S=a1+a2+a3 +........+a10 then110<= S<= 55110<=S55<=S55<=S<=110
0 votes
1 answer
44
if a-b/2 ,b/2 . c-b/2 are in GP then a,b,b are in .............GPHPAPnone explain plz
0 votes
1 answer
45
the G isS- while(E)S/aE- afor nested while statementa.is not LR(1)b.is not SLR(1)c.is not LALR(1)d.is LR(0)
0 votes
1 answer
46
there are x no. of junior players in football club if you divide them into teams of seven players each 3 are left out and if you divide them into teams of 11 each 2 are ...
0 votes
0 answers
47
There are n books in a shelf.If you divide the books into groups of 9 two books are left out and if groups of 11 , 7 are left.Find the capacity of the shelf is 1000 How m...
1 votes
1 answer
48
In how many different ways can 105 be written as the sum of two or more consecutive positive integers?
2 votes
2 answers
49
in how many ways can 10! be written as the product of two natural number?
2 votes
1 answer
50
how many numbers less than 1000 will have exactly 3 factor?