Recent posts tagged contest

1
With n nodes there are 2nCn/(n+1) different structure. One structure out of these 2nCn/(n+1) structures is given.Now no of ways to fill numbers in given structure to ensu...
2
Edited. Moreover it's not that we can't say rhs from lhs, we can say rhs is false from lhs.
3
If input is always given like that then you are right- but that is not the question- it is telling only for a particular input- merge algorithm is designed without this k...
4
yes correct i miss that one.:D
5
(A). Because they use static allocation for variables. For recursion to work we need dynamic allocation of local data. In most languages this is done using a stack. Moder...
To see more, click for the full list of questions or popular tags.