Stack Overflow en español Preguntas y respuestas para programadores y profesionales de la informática
What and where are the stack and heap? - Stack Overflow What is their scope? The stack is attached to a thread, so when the thread exits the stack is reclaimed The heap is typically allocated at application startup by the runtime, and is reclaimed when the application (technically process) exits What determines the size of each of them? The size of the stack is set when a thread is created
data structures - Stack and Queue, Why? - Stack Overflow The difference between a linked list implementation of a stack or queue and an array implementation has the same basic tradeoff as any array vs dynamic data structure A linked queue linked stack has flexible, high speed insertions deletions with a reasonable implementation, but requires more storage than an array
Meta Stack Overflow This site is intended for bugs, features, and discussion of Stack Overflow and the software that powers it You must have an account on Stack Overflow to participate
Challenges - Stack Overflow Challenges offer an easy way to test your understanding and pick up some additional skills along the way