Skip to content

lazy-dude/TSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bbd89e3 · Apr 5, 2023

History

60 Commits
Apr 5, 2023
Apr 4, 2023
Apr 5, 2023
Apr 5, 2023
Apr 4, 2023
Mar 3, 2023
Apr 3, 2023
Mar 3, 2023
Mar 3, 2023
Apr 4, 2023
Apr 3, 2023
Apr 3, 2023
Apr 4, 2023
Apr 3, 2023

Repository files navigation

TSP

Traveling Sales Person (TSP) problem.

An effort to solve TSP using "graph theory" and "geometry" in "SDL2" C graphics library.

Call "./tspN.sh" from code directory in terminal to compile and run the code.

Some examples:

France_8:

France_8 France_8_solution

Random_50:

Random_50 Random_50_solution

Random_75:

Random_75 Random_75_solution

Random_200:

Random_200 Random_200_solution

Still there seems to be room for improvements.

Releases

No releases published

Packages

No packages published