
29 Apr
2013
29 Apr
'13
7 p.m.
On Apr 29, 2013, at 12:34 PM, Ion GaztaƱaga <igaztanaga@gmail.com> wrote:
There is no way to obtain the end node from a node in a circular list, as there is no runtime information stored in the ring that marks the end node.
But with a (non-empty) circular list, can't you just iterate until you return to your starting point?