You are on page 1of 1

7

9 to 34
39
48
62
63
69
86
87
105
113
122
125

(70) A full binary tree with n leaves contains


(A) n nodes.
(B) log 2 n nodes.
(C) 2n 1 nodes.

(D) n 2 nodes.

(74) The number of leaf nodes in a complete binary tree of depth d is


(A) 2d
(B) 2d-1 +1
(C) 2d+1 +1
(D)2d +1
(47) In Strassens Multiplication Algorithm the T(n) is
A) 7T (n) + bn2
B) 7T (n/2) + bn 2
C) 8T (n/2) + bn2
bn
(41) The depth of a complete binary tree with n nodes is
(A) log (n+1)-1
(B) log n
(C) log (n-1)+ 1

(88) The running time of Strassens algorithm for matrix multiplication is


(A) (n)
(B) (n3)
(C) (n2)
(D) (n2.81)

D) 7T (n/2) +

(D) log n +1

You might also like