Hello, I need to implement a queue using two stacks, that is, I need to insert an integer in stack 1, and when I remove an element all the items in stack 1 must be transferred to stack 2, then make it look like with a queue.
Items in stack 1 c...
asked by
08.09.2018 / 23:01