Inspiration
I wanted to build a project and study for class at the same time.
What it does
Constructs a graph out of currency exchange rates and detects negative edge cycles (the arbitrage opportunities) using Bellman-Ford algorithm.
How I built it
I used C++.
Challenges I ran into
Implementing an efficient data structure for a very dense graph.
Accomplishments that I'm proud of
I wrote this relatively quickly.
What's next for currency_cycle
Live update/real-time visualization.
Log in or sign up for Devpost to join the conversation.