From 0fc580ee024d9f23b85d0da007757083000bfe43 Mon Sep 17 00:00:00 2001 From: Orestis Malaspinas <orestis.malaspinas@hesge.ch> Date: Thu, 10 Jan 2019 10:09:01 +0100 Subject: [PATCH] added tsp --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 4fb97a0..6b99823 100644 --- a/index.md +++ b/index.md @@ -36,6 +36,7 @@ corrige: false ## TP6 Rust: Listes, [HTML](prog_seq/exercices/06_listes/), [PDF](prog_seq/exercices/06_listes/index.pdf) ## TP7 Rust: Reed-Solomon, [HTML](prog_seq/exercices/07_reed_solomon/index.html), [PDF](prog_seq/exercices/07_reed_solomon/index.pdf) ## TP8 Rust: Transformation d'images, [HTML](prog_seq/exercices/08_transformation_images/index.html), [PDF](prog_seq/exercices/08_transformation_images/index.pdf) +## TP9 Rust: Problème du voyageur de commerce, [HTML](prog_seq/exercices/09_voyageur_commerce/index.html), [PDF](prog_seq/exercices/09_voyageur_commerce/index.pdf) # Cours de deuxième année -- GitLab