Domanda di colloquio di Amazon

Difference between Heap and Stack

Risposte di colloquio

Anonimo

1 mag 2011

Heap: A tree with a property that the value at the parent should be >= value at its child (max heap). Stack: no such property. First in last out access

1

Anonimo

24 apr 2011

consider them as data structures, not memory related heap and stack !