Delete from list L1 nodes whose positions are to be found in an ordered list L2. For instance, if L1 = (A B C D E) and L2 = (2 4 8), then the second and the fourth nodes are to be deleted from list L1 (the eighth node does not exist), and after deletion, L1 = (A C E).
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.