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

Merge branch 'jeremy.meissner-master-patch-63742' into 'master'

Update cours_5.md

See merge request algorithmique/cours!39
parents 1c930877 3c404735
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,9 @@ $$
```C
num = 247
tant que (2^N < num) {
N = 0
tant que (2^(N+1) < num) {
N += 1
}
```
......
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