9 answers
1
What is the worst case time complexity of inserting $n$ elements into an empty linked list, if the linked list needs to be maintained in sorted order?$\Theta(n)$$\Theta(n...
1 answer
3
What would the output?
1 answer
5
The area of the region formed by line segments joining the points of intersection of the circle $x^2+y^2-10x-6y+9=0$ with the two axes in succession in a definite order (...
1 answer
7
The area (in square unit) of the portion enclosed by the curve $\sqrt{2x}+ \sqrt{2y} = 2 \sqrt{3}$ and the axes of reference is$2$$4$$6$$8$
3 answers
10
In the interval $[0, \pi]$ the equation $x=\cos x$ has No solutionExactly one solutionExactly two solutionsAn infinite number of solutions
1 answer
11
The number of permutations of the letters $a, b, c$ and $d$ such that $b$ does not follow $a,c$ does not follow $b$, and $c$ does not follow $d$, is$11$$12$$13$$14$
3 answers
12
$^nC_0+2^nC_1+3^nC_2+\cdots+(n+1)^nC_n$ equals$2^n+n2^{n-1}$$2^n-n2^{n-1}$$2^n$none of these
1 answer
13
1 answer
21
$L=\{wxyw|w,x,y\in (a+b)^+ \}$$L$ is ?RegularDeterministic CFLNon-deterministic CFLCSL