Skip to content

Commit 511f738

Browse files
authored
Create README.md
0 parents  commit 511f738

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# TSP
2+
Travelling salesman problem
3+
+Include different algorithme for solving tsp
4+
+analise complexity and performance
5+
6+
1.Glouton (nearest city)
7+
2.Genetic Algorithm
8+
3.Ant Colony Algorithm
9+
...And your suggest

0 commit comments

Comments
 (0)