Skip to content

Commit ffc5650

Browse files
committed
Update README.md
1 parent b534a4f commit ffc5650

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ch02/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,9 @@ M:
294294

295295
Applying the property T from part b and above
296296
-> A[i] = max( left_set ), A[i] = min( right_set )
297-
where right_set = { x | x <- A[ i : ]}
298-
left_set = { x | x <- A[ : i ]}
297+
where left_set = { x | x <- A[ : i ]}
298+
right_set = { x | x <- A[ i : ]}
299+
299300
increment i to i + 1
300301
-> LI holds before next iteration
301302

0 commit comments

Comments
 (0)