Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
java 、 javascript 、 php などのプログラミングでスタックとキューは何を参照しますか
スタックは LastInFirstOut データ構造です。
キューは FirstInFirstOut データ構造です。
オブジェクトのコレクションの FIFO 動作が必要な場合は QUEUE を使用し、LIFO 動作の場合は STACK を使用します