#227·CLRS

why omit one condition in Exercises 2.3-2?

Author: baorrCreated May 11, 2018Updated Jun 6, 2021

Exercises 2.3-2 why omit this condition: if (i == len(L)) items[k:r + 1] = R[j:]

I test the code is correct, but I do not know why omit the above condition.