Ask Question
6 December, 15:22

Why should a linked list node be separate from the element stored on the list?

+1
Answers (1)
  1. 6 December, 16:16
    0
    A linked list node should be separated from the element stored in the list because it is not reasonable to assume that the each object that we may want insert in the collection can be architectured to cooperate with the collection implementation.

    Also the details of the implementation are to kept distinct from the user of that collection, including the elements that the user wants to add to his collection.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Why should a linked list node be separate from the element stored on the list? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers