Skip to content
EntityQ1192005· pop 20· linked from 87 articles

両端キュー

Sign in to save

Also known as deque, dequeue, double ended queue

abstract data type for which elements can be added to or removed from either the front or back

Article · 日本語

両端キュー(りょうたんキュー、英: double-ended queue)またはデック(英: deque)は、計算機科学における抽象データ型の1つで、先頭または末尾で要素を追加・削除できるキューである。head-tail linked list とも。

Abstract from DBpedia / Wikipedia · CC BY-SA