diff --git a/S2/TP4/tp4.py b/S2/TP4/tp4.py index c5829b4..130d610 100644 --- a/S2/TP4/tp4.py +++ b/S2/TP4/tp4.py @@ -25,6 +25,15 @@ def squestion(lettre): question(1) # Programmer recherches seq, seq triée, dicho +def seq(l, a, b, x): # Jean-loup + return None + +def seqTrie(l, a, b, x): # Jean-loup + return None + +def dicho(l, a, b, x): # Geoffrey + return None + question(2) # Utiliser LEXIQUE squestion('a') # Vérifier que LEXIQUE est triée