4 votes
1
2 votes
3
Two unsorted arrays of size m and n are to be sorted into a single array, what is best case time complexity?
12 votes
9
Consider a 3 x 3 real symmetric matrix S such that two of its eigen values are a ≠ 0 , b ≠ 0 with respective Eigen vectors [ x1 x2 x3 ] , [ y1 y2 y3 ] . If a &ne...
0 votes
11
A is a 4-square matrix and A_5 (a raised to the power of 5) = 0. Then A_4 =a) Ib) -Ic) 0d) A
0 votes
13
1 0 0 0 0 20 1 0 0 2 00 0 1 2 0 00 0 2 1 0 00 2 0 0 1 02 0 0 0 0 1
4 votes
15
70 votes
17
Let $G$ be a simple graph with $20$ vertices and $100$ edges. The size of the minimum vertex cover of G is $8$. Then, the size of the maximum independent set of $G$ is:$1...
15 votes
19
Let $X$ be a set of size $n$. How many pairs of sets (A, B) are there that satisfy the condition $A\subseteq B \subseteq X$ ?$2^{n+1}$$2^{2n}$$3^{n}$$2^{n} + 1$$3^{n + 1}...
2 votes
20
Which of the following multiplier pattern of boothe algo gives better performance and how:1..011111111102..11111000111113..0111110111114..111111111000
6 votes
24
How many solutions are there to the equation $x+y+z=17$ in positive integers?$120$$171$$180$$121$
1 votes
28