doubly Linked list printDoesn't tail->next=temp; point to last node? should I write tail=temp in create() if part?
doubly Linked list printSo I should delete tail = head; and switch it to something else? sry I'm not getting it...
doubly Linked list printI have no idea why this code doesn't print backwards. If I create list with these numbers 12345. no...
Doubly linked list questionI have 1 more question what does 136 line do??? If it's second time creating list it become NULL?
Doubly linked list questionCan someone explain this part to me? 1. double_llist() { start = NULL; ...