German NOUN B2 Rank 15400

der Stack

stack

Checking...

Loading your saved state.

Meanings

Usage tips

Compare with

confusable

Stack vs Liste

list

Liste refers here generally to an ordered sequence of elements. A Stack is more specific: new elements are added on top, and the last one added is removed first. Liste is the better choice for a general sequence; Stack is used for precisely this access principle.

Visual example for Liste
Stack

Das Programm legt neue Aufgaben oben auf den Stack und nimmt sie dort wieder herunter.

The program puts new tasks on top of the stack and removes them from there again.

Liste

Das Programm zeigt die Aufgaben in einer geordneten Liste an.

The program displays the tasks in an ordered list.

Open full word page: Liste

In real life

Loading video examples...