Posts by fpessoa • 871 points
1 post
-
77
votes4
answers41133
viewsA: What are they and where are the "stack" and "heap"?
The translation of "stack" is stack, that is, a data structure in which the last element to enter is the first one to leave (think of a stack of books). The stack therefore works quite simply -…