2 votes
1
Is it necessary to solve question which is in standard book :- ie(exercise question) Or only pyqs solving is sufficient??
2 votes
4
Which of the following arrays do not represent a min heap. A. 1, 2, 4, 8, 12, 6, 7, 10, 11 7, 10, 12, 11, 17, 19, 2 25, 27, 28, 30, 32, 34, 27 90, 95, 100, 11...
1 votes
11
An undirected graph G has 300 edges. The degree of a vertex v, deg(v), is the number of edges connected to v. Suppose V = {v1,v2,...,v30}.What is the value of deg(v1)+ de...
2 votes
12
A regular expression for accepting strings with exactly one $1$ more than $0$’s is$0^{\ast}1$$(0|1)^{\ast}1(0|1)^{\ast}$$(0|1)^{\ast}1(0|1)^{\ast}|1(0|1)^{\ast}$Not pos...
0 votes
13
Q.which of the following data structure cannot be used for efficient implementation of Huffman encoding? a. Binary min heapb. Binary max heapc. AVL tree (height balanced ...