1
66kviews
Given memory partition of 100KB,500KB,200KB and 600KB(in order), how would each of the first fit , best fit and worst fit algorithms place processes of 212KB ,417KB,112KB and 426KB(in order)?
written 6.8 years ago by | modified 2.3 years ago by |
Which algorithm makes the most efficient use of memory?
ADD COMMENT
EDIT
1 Answer