From 1b529d5655cad3afbf0238f384667886231baffd Mon Sep 17 00:00:00 2001 From: Silvio Peroni Date: Mon, 18 Nov 2024 17:24:15 +0100 Subject: [PATCH] fix on slides --- docs/slides/06 - Brute-force algorithms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/slides/06 - Brute-force algorithms.html b/docs/slides/06 - Brute-force algorithms.html index 05bf280..8b01af7 100755 --- a/docs/slides/06 - Brute-force algorithms.html +++ b/docs/slides/06 - Brute-force algorithms.html @@ -109,7 +109,7 @@

Iteration

While loop

while <condition>:
-    # do something until the condition is true
+ # do something until the condition is false