Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michel Patin
Bloc2
Commits
c474eebb
Commit
c474eebb
authored
Jul 03, 2019
by
Thierry Sautiere
Browse files
Update readme.md
parent
225e8d51
Changes
1
Hide whitespace changes
Inline
Side-by-side
voyageur/readme.md
View file @
c474eebb
...
...
@@ -2,7 +2,7 @@
-
Une version itérative réalisée.
'''
python
```
python
def voyageur_glouton(ville, liste_villes, matrice_distance) :
indice = indice_ville(ville, liste_villes)
...
...
@@ -15,7 +15,7 @@
tour_glouton.append(liste_villes[indice_ville(ville, liste_villes)])
return tour_glouton
'''
```
-
Une version récursive réalisée.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment