Net 29

CBSE NET July 2016 PAPER II DATA STRUCTURE Q. Which of the following logic expressions is incorrect ? (A) 1⊕0 = 1 (B) 1⊕1⊕1 = … Read more

Net 27

CBSE NET January 2017 PAPER II DATA STRUCTURE Q. The seven elements A, B, C, D, E, F and G are pushed onto a stack … Read more

Net 14

CBSE NET DECEMBER 2011 PAPER II The number of nodes in a complete binary tree of height h (with roots at level 0) is equal … Read more

Net 13

CBSE NET JUNE 2014 PAPER III The reverse polish notation equivalent to the infix expression ((A + B) * C + D) / (E + F … Read more

Net 12

CBSE NET DECEMBER 2007 PAPER II The height of a binary tree with ‘n’ nodes in the worst case is  (A)  0(log n)(B)  O(n)(C)  Ω(n … Read more