Page 1 of 1

Write a program in python to implement the following memory management algorithms: For all algorithms, the user should

Posted: Thu Jun 02, 2022 8:14 am
by answerhappygod
Write a program in python to implement the following
memory management algorithms:
For all algorithms, the user should enter the holes and the
processes to be allocated with their sizes.
Data entry can be through a console or graphical interface. Your
program should find, select, and display the order in which the
processes are allocated. The output of your program should be
supported by displaying the memory after the allocation in a
console or GUI. The program should tell the user which algorithm
was more efficient than the other.