Question: For this assignment you will be working with two programs: the Driver and the MemoryManager.Driver The driver module is responsible for: 1 . Invoking functions
For this assignment you will be working with two programs: the Driver and the MemoryManager.Driver The driver module is responsible for: Invoking functions in the MemoryManager Setting upper bounds for memory consumption. This will be fixed, please do not change it A complete Driver program Driverc is provided to you with the skeleton.MemoryManager The memory management module is responsible for:Implementing the core functionality of this assignment. It is responsible for: Allocating and deallocating data structures Populating elements in the data structure Computing the median element within the data structure Checking to see if the median number is divisible by Maintaining a running count of median elements that were divisible by Your functionality will be inside the function getrunningcount in the MemoryManager.cfile. Many of the auxiliary methods are already implemented for you in this file as discussed in the next section. You are strongly encouraged to use these functions instead of implementing your own. This will allow you to focus on the core segments of the assignment, avoid spending time on auxiliary paths, and also to avoid issues during grading due to bugs and misinterpretation of requirements of these utility functions.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
