This final project discusses genetic algorithm with modified cycle operator to solve traveling salesman problem. Genetic algorithm is a method that uses the principle of natural selection which is used to determine solutions to op- timization problems. This method does not necessarily provide an optimal solution, but it can provide a good approximation to the optimal solution. One of the o…