Skip to content

Instantly share code, notes, and snippets.

@meet30997
Last active September 24, 2022 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meet30997/de6f733d98992846de7c4850e5bf7c9f to your computer and use it in GitHub Desktop.
Save meet30997/de6f733d98992846de7c4850e5bf7c9f to your computer and use it in GitHub Desktop.
algebra
group: Borrower Example
borrower = {customerName loanNumber
adams L16
curry L93
hayes L15
jackson L14
jones L17
smith L11
smith L23
williams L17
}
loan = {loanNumber branchName amount
L11 roundhill 900
L14 downtoan 1500
L15 perry 1500
L16 perry 1300
L17 downtown 1000
L23 redwood 2000
L93 milanos 500
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment