Skip to content
Snippets Groups Projects
Commit 92b3067f authored by orestis.malaspin's avatar orestis.malaspin
Browse files

Merge branch 'yassin.elhakoun-master-patch-01674' into 'master'

Update cours_7.md (ligne 455 tab changé en tab_d)

See merge request algorithmique/cours!43
parents 0eea224b e8348067
No related branches found
No related tags found
No related merge requests found
......@@ -452,7 +452,7 @@ rien fusion(entier tab_g[], entier tab_d[], entier res[]):
entier i_g = 0, i_d = 0
pour i = 0 à g + d:
si i_g < g et i_d < d:
si tab_g[i_g] < tab[i_d]:
si tab_g[i_g] < tab_d[i_d]:
res[i] = tab_g[i_g]
i_g = i_g + 1
sinon:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment