@pratap-singh-6xlmve
•
Oct 26, 2024
Oct 26, 2024
1.5K
implementation of queue using stacks
Hi,
I recently learnt that a linear queue can be implemented by using two stacks. Can anyone elaborate on this?
I basically require the implementation details in terms of pseudo...