44 votes
9 answers
222
Compute the post fix equivalent of the following expression $3^*\log(x+1)-\frac{a}{2}$
9 votes
9 answers
223
How many bit strings of length eight contain either three consecutive 0s or four consecutive 1s?
33 votes
9 answers
225
50 votes
9 answers
232
Let $P(x)$ and $Q(x)$ be arbitrary predicates. Which of the following statements is always TRUE?$\left(\left(\forall x \left(P\left(x\right) \vee Q\left(x\right)\right)\r...
65 votes
9 answers
235
74 votes
9 answers
238
When $n = 2^{2k}$ for some $k \geqslant 0$, the recurrence relation$T(n) = √(2) T(n/2) + √n$, $T(1) = 1$evaluates to :$√(n) (\log n + 1)$$√(n) \log n$$√(n) \log...
68 votes
9 answers
240