46 votes
14 answers
21
33 votes
14 answers
22
Let $G$ be an undirected complete graph on $n$ vertices, where $n 2$. Then, the number of different Hamiltonian cycles in $G$ is equal to$n!$$(n-1)!$$1$$\frac{(n-1)!}{2}...
67 votes
14 answers
23
The number of possible min-heaps containing each value from $\{1,2,3,4,5,6,7\}$ exactly once is _______
72 votes
14 answers
27
A list of $n$ strings, each of length $n$, is sorted into lexicographic order using the merge-sort algorithm. The worst case running time of this computation is$O (n \log...
71 votes
14 answers
29
What is the complement of the language accepted by the NFA shown below?Assume $\Sigma = \{a\}$ and $\epsilon$ is the empty string.$\phi$$\{\epsilon\}$$a^*$$\{a , \epsilon...
15 votes
13 answers
30
70 votes
13 answers
31
83 votes
13 answers
35
5 votes
12 answers
39
If every non-key attribute functionally dependent on the primary key, then the relation will be inFirst normal formSecond normal formThird normal formFourth Normal form