Recent questions without an upvoted answer

0 votes
1 answer
14701
(p->q) ^ (r->s)~q OR ~s Conclusion is ~p OR ~r How to see if the conclusion is valid or not ?
0 votes
1 answer
14703
T(n) = T(root(n)) + n where n>=2Time complexity ?
0 votes
0 answers
14704
0 votes
0 answers
14705
0 votes
0 answers
14707
#include <stdio.h>int main(void) { int i=10; printf(" %d %d %d",i==10,i=40,i>15 );} Conceptsundefined behaviorfloating point representation
0 votes
1 answer
14709
True/False?(0+1)*(0+1)(0+1)* = (0+1)*If it is true then please explain briefly?
0 votes
1 answer
14710
0 votes
0 answers
14711
Could anyone pls help me to solve this series ?
0 votes
1 answer
14713
The function f(x) = |x – 2| + |2.5 – x| + |3.6 – x|, where x is a real number, attains a minimum at?x = 2.3x = 2.5x = 2.7none of the above.
2 votes
1 answer
14714
0 votes
0 answers
14715
T(n)=√nT(√)n+$2^{n}$ time complexity
0 votes
1 answer
14716
f(n)>=c1.nh(n)=c2.nthen why answer cant be O(n),It is given as C
0 votes
1 answer
14717
0 votes
1 answer
14718
Q.which give unique BST ?1.level order and pre-order2.level order and post-order3.level order and in-order4.all of these5.none of these
0 votes
1 answer
14719
Consider an array A in which upto some index I , integers are stored and after that NULL values are stored. Let the size of array be n, then the time taken to find the va...
0 votes
1 answer
14720
Solution of $T(n)=\sqrt{n}T(\sqrt{n})+n$
0 votes
1 answer
14721
what is the output?
0 votes
0 answers
14725
I am getting 5 as answer.I am not getting the solution approach? How did sign of A of production 5 get 0?
0 votes
0 answers
14726
The 4 stage pipeline has stage reliability of .8,.9,.7,.8The maximum reliability of pipeline system is
0 votes
0 answers
14728
0 votes
0 answers
14729
If Relation R is in 3NF but not BCNF then R must contain prime attribute- prime attribute True or false
0 votes
1 answer
14730