Travelling Salesman Problem using Nearest Neighbour Algorithm Given a list of cities and the distances between each pair of cities, find the shortest possible route that visits each city exactly once and returns to the origin city. Algorithms, Graphs, Greedy approach