edited by
394 views
0 votes
0 votes

Match all items in $\text{Group 1}$ with the $\textbf{best}$ match from the options given in $\text{Group 2}.$

$$\begin{array}{|l|l|} \hline \qquad \quad \textbf{Group 1} & \qquad \qquad \quad \textbf{Group 2} \\\hline \text{P. Min- and max-heaps} & \text{1. File system implementations} \\\hline  \text{Q. B-trees} & \text{2.Priority queue implementations} \\\hline  \text{R. Array} & \text{3. Expensive insertion and deletion operations} \\\hline  \text{S. Graphs} & \text{4. Electronic circuit design analysis} \\\hline \end{array}$$

  1. $\text{P-2, Q-1, R-3, S-4}$
  2. $\text{P-2, Q-3, R-4, S-1}$
  3. $\text{P-4, Q-3, R-2, S-1}$
  4. $\text{P-3, Q-4, R-1, S-2}$
edited by

1 Answer

0 votes
0 votes
Answer A

Min and max heap used for priority queue implementation

B tree used for file implementation in database

Arrays used for various data structure operations like insertion, deletion, searching, sorting etc.

Graph used for electronic circuit design analysis.

 

Answer:

Related questions

0 votes
0 votes
1 answer
1
admin asked Jan 5, 2019
474 views
Consider the following array of elements$<70, 23, 60, 19, 13, 16, 1, 4, 8, 12, 7, 10, 85>$The minimum number of interchanges needed to convert into a max-heap is $4$$1$$3...