You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Continue with the Stack and Queue by create new Pseudo class and generate two methode inside it, first method to add to top of queue using a first-in, first-out approach. by help of Stack class, and the second methode to remove from the top of queue and show the value deleted by using a first-in, first-out approach also.
Whiteboard Process
Approach & Efficiency
In this challenge I have taken many thing, increase my information about Stack and Queue , and practice more about use class from another package and do more and more from test process.