noun
pushdown list; pushdown stack
Computing term for a LIFO (last-in-first-out) data structure; synonymous with スタック.
後入れ先出しリストは、データ構造の一つとしてよく使われる。
A pushdown list is often used as one of the data structures.
More common loanword for the same concept; 後入れ先出しリスト is a longer, more descriptive Japanese term.
Compound of 後入れ (last in), 先出し (first out), and リスト (list), directly describing the LIFO behavior.