515,702 views
26 votes
26 votes
EnQueue(X): Thêm phần tử X vào Queue

DeQueue() : Lấy 1 phần tử ra khỏi Queue
Hãy cho biết phần tử ở đầu của Queue có giá trị bằng bao nhiêu sau khi thực hiện lần lượt các phép toán sau:
EnQueue(1); EnQueue(2); DeQueue(); EnQueue(3);
EnQueue(4); DeQueue(); DeQueue();

User Casper Nybroe
by
2.6k points

1 Answer

9 votes
9 votes
Yes that is right no matter what you are talking about I’m not sure tho
User Rizentium
by
2.8k points