UGC NET CS 2015 June Paper-3
October 16, 2023Arrays
October 16, 2023GATE 2001
| Question 41 |
What is the minimum number of stacks of size n required to implement a queue of size n?
| One | |
| Two | |
| Three | |
| Four |
Question 41 Explanation:
Minimum number of stacks of size n required to implement a queue of size n is two. With the help of two stacks we can able to implement a queue.
Correct Answer: B
Question 41 Explanation:
Minimum number of stacks of size n required to implement a queue of size n is two. With the help of two stacks we can able to implement a queue.
