Skip to content

Commit

Permalink
fix on slides
Browse files Browse the repository at this point in the history
  • Loading branch information
essepuntato committed Nov 18, 2024
1 parent 81d546f commit 1b529d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/slides/06 - Brute-force algorithms.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h2>Iteration</h2>
<div class="fragment">
<p class="mbs">While loop</p>
<pre class="mtn"><code class="python">while &lt;condition>:
# do something until the condition is true</code></pre>
# do something until the condition is false</code></pre>
</div>
</section>

Expand Down

0 comments on commit 1b529d5

Please sign in to comment.