Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Grégoire PETIT
DataScience
Commits
c469c47c
Commit
c469c47c
authored
Nov 27, 2018
by
Grégoire PETIT
Browse files
git add *
parent
c62d4bb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Challenge3/code/challenge3.py
View file @
c469c47c
...
...
@@ -66,6 +66,7 @@ def denivele(graphe,case1,case2): #Donne le denivelé entre deux cellules du gra
def
lambdad
(
graphe
,
case1
,
case2
):
res
=
0
d
=
denivele
(
graphe
,
case1
,
case2
)
if
d
<
pi
/
9
:
res
=
(
pi
/
9
-
d
)
*
9
/
pi
return
(
res
)
...
...
Write
Preview
Markdown
is supported
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