Question: Exercise Show a code snippet for finding where to insert a new node in a doubly linked ordered list which uses a header and a
| Exercise Show a code snippet for finding where to insert a new node in a doubly linked ordered list which uses a header and a footer node.
Assume: list->pHeader points to a header node. list->pFooter points to a footer node. pNew already has been allocated and contains the element. pPrecedes is used to point to the node that precedes where we want pNew inserted. *program is in c* |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
