Write a pseudo code to find the most optimal solution to the
"Traveling-Salesman" Problem with 3, 4 and 5 cities. Your final report should
include the following.
1) The pseudo code for each of the problems above.
2) Time complexity analysis for each of the above problems.
3) Plot the time complexity for each of the above problems.
4) Assuming that solution can be found for 3 cities in 1 second what is the
estimated time for 20, 50 and 100 cities.