You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PersonA owes PersonB $5.00
PersonB owes PersonC $7.00
We can change this to
PersonA owes PersonC $5.00
PersonB owes PersonC $2.00
This will also work if PersonA owes PersonB equal or less than what PersonB owes PersonC. We would have to obviously make multiple sweeps until we finally make no changes.
The text was updated successfully, but these errors were encountered:
Scenario:
PersonA owes PersonB $5.00
PersonB owes PersonC $7.00
We can change this to
PersonA owes PersonC $5.00
PersonB owes PersonC $2.00
This will also work if PersonA owes PersonB equal or less than what PersonB owes PersonC. We would have to obviously make multiple sweeps until we finally make no changes.
The text was updated successfully, but these errors were encountered: