Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoph4822 authored Sep 8, 2020
1 parent 65bc1f8 commit 0c2d69a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Debt Resolver
Console app for resolving debt within group.
GUI Java app for resolving debt within group.

Two algorithms, which can be chosen with run argument. First one resolves debt separetly between each person (like standard Splitwise). Second one reduces number of transactions between **n** persons to **n-1** (kind of like Splitwise "simplify debt" feature).
Two algorithms, which can be chosen. First one resolves debt separetly between each person (like standard Splitwise). Second one reduces number of transactions between **n** persons to **n-1** (like Splitwise "simplify debt" feature).

You can add weight to each person (i.e. specific person didn't participate in the whole trip).

### Example of usage:
**View:**

![image](https://user-images.githubusercontent.com/46055596/92475083-1d4eee80-f1dd-11ea-8857-08d2e9d2b190.png)

Can also be run as console app, when provided with adequate run arguments:

Input text file:

Expand Down

0 comments on commit 0c2d69a

Please sign in to comment.