Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 266 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 266 Bytes

Memory-Management-Assignment

Operating System assignment. input will be some of partitions and its size and some of processes and its size and user will select between:

  • First fit.
  • Best fit.
  • Worst fit.

and then ask for compact all free memory in one block.