lifo queue

編輯正在努力提供更完整的內容,建議 20 分鐘後再回來看看

lifo queue — 名詞

1. A data structure where the last item added is the first removed.

1.名詞
釋義

後進先出佇列

A data structure where the last item added is the first removed.

例句

The algorithm uses a lifo queue to process tasks.