- #71
I like Serena
Homework Helper
MHB
- 16,336
- 258
mathmari said:Code:else{ ast->next=last->next; ast->prev=last; last->next=ast; ast->gap=ast->gap-g; q=ast->next; q->gap=q->gap-ast->gap; }
Is it correct?? (Wondering)
Almost there! (Smile)
In the regular case, 4 connections need to be made (2 next, 2 prev).
I only see 3 connections. (Wasntme)