Vidyalelo
Data Structure · Q47

Linked Lists in Data Structures

Programming · Data Structure · question 47

Q47

What are the disadvantages in implementing buddy system algorithm for free lists?

A.
internal fragmentation
B.
it takes so much space
C.
we no more have the hole lists in order of memory address, so it is difficult to detect if 2 holes remain adjacent in memory and shall be merged into one hole
D.
both a and c are correct
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board