tsp_greedy_test


tsp_greedy_test, a C code which calls tsp_greedy(), which applies a simple greedy algorithm to construct a solution to the traveling salesperson problem (TSP).

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

tsp_greedy, a C code which applies a simple greedy algorithm to construct a solution to the traveling salesperson problem (TSP).

Source Code:


Last revised on 03 June 2026.