Skip to content
Snippets Groups Projects
Commit e8348067 authored by yassin.elhakoun's avatar yassin.elhakoun
Browse files

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

parent 0eea224b
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