Worst Fit Memory Allocation Strategy
Worst Fit is a memory allocation strategy that selects the largest available block of memory that is large enough to satisfy the allocation request.
Worst Fit is a memory allocation strategy that selects the largest available block of memory that is large enough to satisfy the allocation request.