In a circularly linked chain, the last node references the first node. Commonly, only one external reference—to the last node—is maintained, since the first node is found easily from the last one.
Modify the class LList, as presented in this chapter, by using a circular linked chain and a tail reference.
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.