10 likes | 90 Views
8. 2. 5. 2. 7. 8. Q. P. Create(Q). Push(Q,2). Push(Q,5). Push(Q,7). Pop(Q). Create(P). Push(Q,8). Is-Empty(P). Push(P,8). Is-Empty(Q). Push(P,2). Pop(Q).
E N D
8 2 5 2 7 8 Q P Create(Q) Push(Q,2) Push(Q,5) Push(Q,7) Pop(Q) Create(P) Push(Q,8) Is-Empty(P) Push(P,8) Is-Empty(Q) Push(P,2) Pop(Q)