InterviewSolution
Saved Bookmarks
| 1. |
How are free blocks linked together mostly and in what addressing order?(a) circular linked list and increasing addressing order(b) linked list and decreasing addressing order(c) linked list and in no addressing order(d) none of the mentionedEnquiry is from Free List topic in section Types of Lists of Data Structures & Algorithms IThis question was addressed to me during an interview for a job. |
|
Answer» Correct answer is (a) circular linked list and increasing addressing order |
|