in DS recategorized by
440 views
1 vote
1 vote

A stack can be implemented using queue, but then we need to use atleast :

  1. $3$ queues
  2. $2$ queues
  3. only one queue is sufficient
  4. none of the options
in DS recategorized by
by
440 views

1 Answer

0 votes
0 votes
$2$ queues.

So, the correct answer is $(B).$
Answer:

Related questions