Next:
Up:
Previous:
Pointer Jumping
Parallel operation on linked lists
next(i) = next(next(i))
O(lg n) time operations on lists with n elements
Next:
Up:
Previous: