of the second from the left points to the right most element in the same value range next_ of the second from the right points to the left most element in the same value range
prior_ of the second from the left points to the right most element in the same value range next_ of the second from the right points to the left most element in the same value range
2 prior_ of the second from the left points to the right most element in the same value range next_ of the second from the right points to the left most element in the same value range
2 2 iteration algorithm crt end trace { A, B, C, D, E } A B C D E F G get_prev_ptr returns B B is in trace, crt moves to F by B's get_prev_ptr and C's get_next_ptr. Clear trace.
2 2 iteration algorithm crt end trace {} A B C D E F G get_prev_ptr returns B B is in trace, crt moves to F by B's get_prev_ptr and C's get_next_ptr. Clear trace.