2 votes
1
2 votes
2
0 votes
3
0 votes
5
How many different Boolean functuons involved in N boolean variables?
6 votes
6
how many number are possible of 4 digits whose sum is 12.
3 votes
7
3 votes
8
0 votes
9
Find the recurrence relation for the number of binary strings not containing two consecutive zeros or two consecutive ones.
1 votes
10
What is the worst case time complexity to construct an AVL tree from an array which satisfies the min heap property ?a) O(n log n)b) O(n2)c) O(n2 log n)d) O(n)