Ask Question
12 July, 03:43

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

+1
Answers (1)
  1. 12 July, 06:08
    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?
Find an answer to your question ✅ “Why should a linked list node be separate from the element stored on the list? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers