CLRS icon indicating copy to clipboard operation
CLRS copied to clipboard

Update 2.1.md

Open ABandet opened this issue 2 years ago • 0 comments

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

ABandet avatar Sep 19 '22 23:09 ABandet