Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cours
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
algorithmique
cours
Commits
abf4aa27
Commit
abf4aa27
authored
3 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Plain Diff
Merge branch 'pk' into 'master'
Re correction et changement d'une phrase trompeuse See merge request
!16
parents
fdc41146
68c8a40a
Branches
Branches containing commit
No related tags found
1 merge request
!16
Re correction et changement d'une phrase trompeuse
Pipeline
#18906
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
slides/cours_26.md
+3
-3
3 additions, 3 deletions
slides/cours_26.md
with
3 additions
and
3 deletions
slides/cours_26.md
+
3
−
3
View file @
abf4aa27
...
...
@@ -443,7 +443,7 @@ $$
. . .
*
Moralité: si le chemin est plus court en passant par $k$, alors il faut
qu'il soit le
prédécesseur!
*
Moralité: si le chemin est plus court en passant par $k$, alors il faut
utiliser son
prédécesseur!
# Algorithme de Floyd--Warshall
...
...
@@ -519,7 +519,7 @@ P^{(5)}=\begin{bmatrix}
2 & - & 1 & 5 & 2
\\
2 & 3 & - & 3 & 3
\\
4 & 1 & 1 & - & 1
\\
4 &
4
&
4
& 5 & -
\\
4 &
1
&
1
& 5 & -
\\
\e
nd{bmatrix}
$$
...
...
@@ -535,7 +535,7 @@ P=\begin{bmatrix}
2 & - & 1 & 5 & 2
\\
2 & 3 & - & 3 & 3
\\
4 & 1 & 1 & - & 4
\\
4 &
4
&
4
& 5 & -
\\
4 &
1
&
1
& 5 & -
\\
\e
nd{bmatrix}
$$
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment