1.

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 correctThis intriguing question originated from Free List in division Types of Lists of Data Structures & Algorithms IThe question was posed to me in an online quiz.

Answer»

The correct answer is (d) both a and C are correct

The best I can EXPLAIN: Internal fragmentation is an issue to be dealt and it TAKES so much SPACE.



Discussion

No Comment Found

Related InterviewSolutions