edited by
12,849 views

6 Answers

Answer:

Related questions

42 votes
42 votes
12 answers
1
go_editor asked Feb 14, 2015
23,854 views
Consider a binary tree T that has $200$ leaf nodes. Then the number of nodes in T that have exactly two children are ______.
32 votes
32 votes
4 answers
2
go_editor asked Feb 14, 2015
8,947 views
Consider the following array of elements.$\langle 89, 19, 50, 17, 12, 15, 2, 5, 7, 11, 6, 9, 100 \rangle$The minimum number of interchanges needed to convert it into a ma...
36 votes
36 votes
4 answers
3
go_editor asked Feb 14, 2015
9,213 views
Given that hash table $T$ with $25$ slots that stores $2000$ elements, the load factor $a$ for $T$ is _________.
25 votes
25 votes
8 answers
4
go_editor asked Feb 14, 2015
7,263 views
While inserting the elements $71, 65, 84, 69, 67, 83$ in an empty binary search tree (BST) in the sequence shown, the element in the lowest level is$65$$67$$69$$83$