recategorized by
4,610 views

2 Answers

Related questions

1 votes
1 votes
2 answers
1
makhdoom ghaya asked Sep 16, 2016
2,097 views
Which of the following expression is represented by the parse tree ?$(A + B) ^{*} C$$A + ^{*} BC$$A + B * C$$A * C + B$
0 votes
0 votes
3 answers
2
makhdoom ghaya asked Sep 15, 2016
2,242 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
2 votes
2 votes
1 answer
3
makhdoom ghaya asked Sep 15, 2016
5,182 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...
0 votes
0 votes
2 answers
4
makhdoom ghaya asked Sep 15, 2016
5,841 views
What is the most appropriate data structure to implement a priority queue ?HeapCircular arrayLinked listBinary tree