Ask Question
20 August, 20:31

What special case exists when managing linked lists?

+2
Answers (1)
  1. 20 August, 23:42
    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?
Find an answer to your question ✅ “What special case exists when managing linked lists? ...” 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