News

and you may encounter stack overflow errors if you try to allocate too much data on the stack. Heap memory is a shared pool of memory that is allocated and deallocated dynamically by your program.
Applications have two kinds of memory: stack and heap. Both of these memory areas are in the RAM of the computer. There is typically 4-8 GB of RAM, nowadays also 16 GB being more and more common.
This is the repository of my learning of Data Structures and Algorithms also it contains the leetcode problems solutions which I solved throughout my learning. - InflixOP/DSA ...