Pregunta de entrevista de Amazon

Difference between Heap and Stack

Respuestas de entrevistas

Anónimo

1 de may de 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

Anónimo

24 de abr de 2011

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