Posts

Showing posts from May, 2021

Pyhton Algorithm for Tourist Route Optimization

 I wrote an algorithm for optimizing a route a tourist could take through a city to see different tourist attractions. It's an implementation of the algorithm proposed in this paper , by Cristina Maria Pacurar, Ruxandra-Gabriela Albu and Victor-Dan Pacurar in April of 2021. You can see the full code with tests on my GitHub here, but I'd included a snippet of the code as well.