Back to Questions
CSS Computer Science
QUESTION #1128
Question 1
How is the head node deleted in a doubly circular linked list?
Correct Answer Explanation
To delete the head in a circular list, the last node's next pointer and the second node's prev pointer must be updated to maintain the circular link.
Sign in to join the conversation and share your thoughts.
Log In to Comment