data-structures-and-algorithms

Challenge Summary

PseudeQueue will be created using two stacks and then we will dea; with it using stack methods as FIFO.

Whiteboard Process

queues&stacks

Approach & Efficiency

enqueue():

dequeue():

Solution

I have done the needful to match the requirements especially for dequeue it took to much time to make it implemeted correctly