User profile: nearc

User info
User name:nearc
History
Joined:
Number of posts:28
Latest posts:

doubly Linked list print
Doesn't tail->next=temp; point to last node? should I write tail=temp in create() if part?

doubly Linked list print
So I should delete tail = head; and switch it to something else? sry I'm not getting it...

doubly Linked list print
I have no idea why this code doesn't print backwards. If I create list with these numbers 12345. no...

Doubly linked list question
I have 1 more question what does 136 line do??? If it's second time creating list it become NULL?

Doubly linked list question
Can someone explain this part to me? 1. double_llist() { start = NULL; ...