mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-05-02 06:46:13 -04:00
.. | ||
bellmann_ford | ||
ford_fulkerson | ||
README.md |
arbitrage algorithms
tl; dr
- 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.