Ask Question

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

+3
Answers (1)
  1. 31 March, 22:03
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers