recategorized by
228 views
0 votes
0 votes
Match the following:
$$
\begin{array}{|p{0.3\linewidth}|p{0.6\linewidth}|}
    \hline
    \textbf{Technique} & \textbf{Characteristic} \\
    \hline
    FIFO & (ii) Queue  \\
    \hline
    Look Up & (i) Hash Table\\
    \hline
    LIFO & (iii) Stack \\
    \hline
\end{array}
$$
recategorized by

1 Answer

Related questions

2 votes
2 votes
2 answers
1
GO Classes asked Feb 4
400 views
Consider a binary tree. Among the following traversal combinations, which of them can uniquely construct the tree?Inorder + PreorderPreorder + PostorderOnly InorderInorde...
0 votes
0 votes
0 answers
3
GO Classes asked Feb 4
247 views
Data Structure question: Binary tree question having four options involving no of internal nodes, leaf nodes, height etc.
2 votes
2 votes
1 answer
4
GO Classes asked Feb 4
411 views
Consider the probability density function \(f(x) = \lambda e^{-\lambda x}\) for \(x \geq 0\) and \(\lambda 0\). Determine the value of \(\lambda\) such that \(5E(x) = V(...