Question: 04: Explain what does the following function do. Assume that the List is a doubly linked list List *foo (List *11, List *12) if (11->isEmpty))
04: Explain what does the following function do. Assume that the List is a doubly linked list List *foo (List *11, List *12) if (11->isEmpty)) else if (12->isEmpty ()) else return 12; retrun 11; 11-stail->next 12-head->prev = return 11; 12->head; 11->tail
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
