Is solving previous year questions enough?

8 years ago

Enough for? It is enough to surely get 30-50 marks but that won't get you even to an NIT unless…

Which of the following logic statements are valid?

8 years ago

Predicate logic formulas without quantifiers can be verified using derivation. But when it comes to first order logic (predicate logic…

Number of Binary trees possible with n nodes

8 years ago

What is the no. of distinct binary trees possible with n labeled nodes? Solution $ \frac{(2n)!} { (n+1)!}$ (Proof to…

P, NP, NP-Complete, NP-Hard

8 years ago

It might be because of the name but many graduate students find it difficult to understand $\textsf{NP}$ problems. So, I…

Chapter 1:C program – A System View

8 years ago

I assume that all of you would have got the setup of running a C program ready. Some clarifications on…