61 votes
10 answers
152
52 votes
10 answers
160
79 votes
10 answers
164
In a min-heap with $n$ elements with the smallest element at the root, the $7^{th}$ smallest element can be found in time$\Theta (n \log n)$$\Theta (n)$$\Theta(\log n)$$\...
41 votes
10 answers
167
Consider the set \(\{a, b, c\}\) with binary operators \(+\) and \(*\) defined as follows:$$\begin{array}{|c|c|c|c|} \hline \textbf{+} & \textbf{a}& \textbf{b} &\textbf{c...
60 votes
10 answers
168
How many perfect matching are there in a complete graph of $6$ vertices?$15$$24$$30$$60$
75 votes
10 answers
169
67 votes
10 answers
170
Which of the following suffices to convert an arbitrary CFG to an LL(1) grammar?Removing left recursion aloneFactoring the grammar aloneRemoving left recursion and factor...