This is my project for Game Theory and Operations Research course at university. The app currently works only on Android devices.
App allows user to try to quickly find optimal path and draw it on canvas manually at the same time as built-in algorithms work (sort of like in a competition) to compare performance of different approaches.
Supported algorithms:
- Branch and bound
- Genetic algorithm
You can build the app using source code in Android Studio or Visual Studio code.