call stack
RU: стек вызовов
The memory area where function calls store their local variables and return addresses. Each recursive call pushes a frame onto the stack; deep recursion creates tall stacks, using O(depth) space.
RU: стек вызовов
The memory area where function calls store their local variables and return addresses. Each recursive call pushes a frame onto the stack; deep recursion creates tall stacks, using O(depth) space.