From b638aa793bdaf386d24df2ff5c258a25335d956f Mon Sep 17 00:00:00 2001 From: Jean-Loup Beaussart Date: Tue, 24 Feb 2015 10:58:23 +0100 Subject: [PATCH] Dans pas de --- S2/TP4/tp4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S2/TP4/tp4.py b/S2/TP4/tp4.py index 5586a3a..4bca6d7 100644 --- a/S2/TP4/tp4.py +++ b/S2/TP4/tp4.py @@ -103,6 +103,6 @@ def est_trie(l): print("Le test indiquant si LEXIQUE est trié retourne %s" % est_trie(LEXIQUE)) -squestion('b') # Effectuer de nombreuses recherches de LEXIQUE +squestion('b') # Effectuer de nombreuses recherches dans LEXIQUE # et comparer les temps d'éxécution selon les # algorithmes utilisés \ No newline at end of file