
30 Apr
2013
30 Apr
'13
1 a.m.
On Apr 29, 2013, at 12:34 PM, Ion GaztaƱaga
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?