Dynamic Memory Allocation
After learning the functionality and practicality of dynamic memory in a previous course, we apply our knowledge by developing our own defintion to the functions commonly used to dynamically program information.
I describe a detailed approach as to how we tackled the project, step by step, in the header comment. There were some rough patches along the way, especially when it came to allignment.
However, we pulled through and were able to make a functioning memory allocation code.
After implementation of a not-so-efficient algorithm for dynamically storing memory, I definitely gained a newfound respect for all that goes into making an every-day function work smoothly and efficiently.