Computer Science, asked by nandikabalan3684, 7 months ago

Idifference between circular linked list and circular header linked list

Answers

Answered by adhende115
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