tsp_greedy_test, an Octave code which calls tsp_greedy(), which applies a simple greedy algorithm to construct a solution to the traveling salesperson problem (TSP).
The computer code and data files described and made available on this web page are distributed under the MIT license
tsp_greedy, an Octave code which applies a simple greedy algorithm to construct a solution to the traveling salesperson problem (TSP).