InterviewSolution
Saved Bookmarks
| 1. |
What datastructures can be used in implementing a free list?(a) only linked list(b) linked list or sort trees(c) arrays(d) treesI need to ask this question from Free List topic in division Types of Lists of Data Structures & Algorithms II had been asked this question in an online interview. |
|
Answer» Right choice is (B) LINKED LIST or sort trees |
|