determining the optimal city tour route can be considered as a traveling salesman problem.
There are many kinds of algorithms to solve this, one of which is the Genetic Algorithm (GA).
In developing the City Tour application, a platform is needed to be taken to various places
anywhere and anytime. Finally, we developed an application that runs on mobile devices.
This application is built on the Android platform so that its use can be more efficient …