Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooophy committed Apr 5, 2015
1 parent b534a4f commit ffc5650
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ch02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,9 @@ M:

Applying the property T from part b and above
-> A[i] = max( left_set ), A[i] = min( right_set )
where right_set = { x | x <- A[ i : ]}
left_set = { x | x <- A[ : i ]}
where left_set = { x | x <- A[ : i ]}
right_set = { x | x <- A[ i : ]}

increment i to i + 1
-> LI holds before next iteration

Expand Down

0 comments on commit ffc5650

Please sign in to comment.