What datastructures can be used in implementing a free list?

Q & ACategory: Data StructureWhat datastructures can be used in implementing a free list?
Admin Staff asked 4 years ago

What datastructures can be used in implementing a free list?
a) only linked list
b) linked list or sort trees
c) arrays
d) trees

1 Answers
Admin Staff answered 4 years ago

b) linked list or sort trees