6 answers
1
Let $T(n)$ be the number of different binary search trees on $n$ distinct elements.Then $T(n) = \sum_{k=1}^{n} T(k-1)T(x)$, where $x$ is $n-k+1$$n-k$$n-k-1$$n-k-2$
1 answer
2
0 answers
3
I have the belowGATE 522 score CSE(open category)B.Tech 7.9 CGPA2 years work experienceJEST rank 65(part a)I know i don’t have much, but do I have any chance of PhD/dir...
4 answers
7
State any undesirable characteristic of the following criteria for measuring performance of an operating system:Waiting time
2 answers
9
In GATE 1987 question, order of $\Sigma$$O(n)$ was found to be $O(n^2)$.Similarly, what will be the answer for order of $\Sigma$$O(n^2)$ ? Will it be of $O(n^3)$ ?Thanks...
2 answers
11
3 answers
12
According to me when we perform the above operations we have to traverse the entire list so then why does it all take constant time ?