What are implicit and explicit implementations of freelists?
(a) garbage collection and new or malloc operators respectively
(b) new or malloc and garbage collection respectively
(c) implicit implementation is not favored
(d) explicit implementation is not favored
My question is based upon Free List in section Types of Lists of Data Structures & Algorithms I
This question was addressed to me in exam.