Page 1 of 1

To implement a stack using queue(with only enqueue and dequeue operations), how many queues will you need?

Posted: Wed Jul 13, 2022 7:41 pm
by answerhappygod
a) 1
b) 2
c) 3
d) 4