Idifference between circular linked list and circular header linked list
Answers
Answered by
0
Answer:
header linked list is a linked with a special first node called the header node which points to the actual first node of the list and it can be used to store any relevant data like size of list etc.
A circular linked list is a type of linked list in which the last node points to the first node which in fact also can be a header node :)
Explanation:
plz follow me
Similar questions
English,
4 months ago
Computer Science,
4 months ago
Social Sciences,
4 months ago
English,
9 months ago
Math,
1 year ago
CBSE BOARD X,
1 year ago