cs130-w21 / dots-ios

Team 8 - Available on the App Store!
https://apple.co/2O5rYxs
Apache License 2.0
8 stars 2 forks source link

Settle bills fix #65

Closed lynnozhang7 closed 3 years ago

lynnozhang7 commented 3 years ago

Updated the settle bills calculation algorithm. The billObject's settleBill() function is implemented to calculate how much each participant owes in the specific bill. The overall settleBills() function that settles all bills has also been updated to use that function instead.