Help With Doubly-Linked Listsyou're right, fun2code, but i had to do "if(first)first->prev=NULL;" due to the fact that if first i...
Help With Doubly-Linked Liststhe way i did it is i established at the top that np->next = NULL, as an invariant. then down in the...
Help With Doubly-Linked Listsalanthreonus, the problem i see with your code is that, when inserting a node, you only set one of n...
This user does not accept Private Messages