Skip to content
Snippets Groups Projects
Verified Commit 2d1a3557 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

typos and date

parent ac9e20b6
Branches
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ $$ ...@@ -139,7 +139,7 @@ $$
tant que (N >= 0) { tant que (N >= 0) {
bit = num / 2^N bit = num / 2^N
num = num % 2^N num = num % 2^N
N += 1 N -= 1
} }
``` ```
......
--- ---
title: "Tris" title: "Tris"
date: "2022-16-11" date: "2022-11-16"
--- ---
# Rappel: Complexité # Rappel: Complexité
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment