Update README.md

This commit is contained in:
dr. mia von steinkirch, phd 2023-02-10 09:28:34 -08:00 committed by GitHub
parent a91d7ddc36
commit 16ec3f97ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
<br> <br>
* multi-edged graph where nodes represent coins and edges represents rates. * these algorithms are represented by multi-edged graph data structures where nodes represent coins and edges represents rates.
* to find an arb opportunity, find a closed loop of edges for which the product of weights in the edges > 1. * to find an arb opportunity, find a closed loop of edges for which the product of weights in the edges > 1.
<br> <br>