Content deleted Content added
Line 88:
### Restart the traversal from the element following ''u'' in ''L''.
The running time for ''relabel-to-front'' is <math>O(V^3)</math> (proof omitted). Again the bottleneck is non-saturating pushes, but we have reduced the number.
==Sample implementation==
|