CLRS
CLRS copied to clipboard
Update 2.1.md
Hello there,
I think the right algo for 2.1.4 is with C[i] = A[i] + B[i] + r
.
Current solution shift binary operation to the left and final operation overwrite C[n+1] = A[n] + B[n] + r
with C[n+1] = r