This program solves travelling salesman problem using dynamic programming to optimize the best route finding to experience all the Universal Studio Singapore's Characted Meet and Greet Events.
coordinate-extractor.py
is a program to extract coordinate position of a location on an image map (uss-map.jpg
).
dp.py
is the main program
uss.json
is the file to store location information by using JSON.
On the terminal of the root directory
py dp.py
Dynamic Programming is faster than Brute Force in solving Travelling Salesman Problem