<aside> 💡 Memory Management

</aside>


Heap

The place the assigned variables are stored.


Stack

Where we keep track of our function calls.

Linear data structure that insertions and deletions are only allowed at the very end.

Last In First Out - LIFO

Stack Overflow


What causes Space Complexity?


Links

Master the Coding Interview: Data Structures + Algorithms