Ask Question
25 September, 13:18

What special case exists when managing linked lists?

+2
Answers (1)
  1. 25 September, 13:26
    0
    The special case that exists in linked list when we are managing them is when we are dealing with the first element of the list.

    When we create a linked list we create a first node separately.

    If we delete or add element in front of the first element we have to carefully handle that case.

    Hence the special case is when we are dealing with the first element of the list.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What special case exists when managing linked lists? ...” 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