0 votes
0 answers
1
There is no option for choice of exam city in uppcl form.On what basis they will allocate centers.Any idea ?
0 votes
1 answer
3
0 votes
1 answer
4
0 votes
1 answer
5
0 votes
1 answer
6
0 votes
2 answers
7
To construct binary search tree either from preorder or postorder what is the efficient time complexity ?can we construct unique BST along with post and preorder ?Then wh...
0 votes
1 answer
8
Is the root node an internal node?
1 votes
1 answer
9
show how to sort n number in the range [0,n^2-1] in O(n)time?
1 votes
1 answer
10
A hash table is used when number of keys actually stored it any point of time is small as compared to the number of possible keys.please explain this line with suitable e...
0 votes
1 answer
11
Big Omega question :5n+3>=C2n for which value of c and n condition satisfies?