Add a splice operation to the LinkedList class. The method declaration
public void splice(Iteratoritr, MyLinkedList 1st )
removes all the items from 1st (making 1st empty), placing them prior to itr in MyLinkedList this. lst and this must be different lists. Your routine must run in constant time.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.