edited by
2,130 views

2 Answers

0 votes
0 votes
answer is c it is to be seen from left to right

Related questions

2 votes
2 votes
1 answer
1
makhdoom ghaya asked Sep 15, 2016
5,233 views
In a complete binary tree of n nodes, how far are the two most distant nodes ? Assume each edge in the path counts as !About $\log_{2} n$About $2 \log_{2} n$About $n \log...
1 votes
1 votes
2 answers
2
makhdoom ghaya asked Sep 15, 2016
4,645 views
In a $B$ tree of order $5$, the following keys are inserted as follows : $7, 8, 1, 4, 13, 20, 2, 6$ and $5$ How many elements are present in the root of the tree ?$1$ $2$...
0 votes
0 votes
3 answers
3
makhdoom ghaya asked Sep 15, 2016
2,299 views
A chained hash table has an array size of $100$. What is the maximum number of entries that can be placed in the table ?$100$$200$$10000$There is no upper limit
0 votes
0 votes
2 answers
4
makhdoom ghaya asked Sep 15, 2016
5,884 views
What is the most appropriate data structure to implement a priority queue ?HeapCircular arrayLinked listBinary tree