1
0
Fork 0
mirror of https://github.com/TheTaz25/denis.ergin.git synced 2025-07-06 13:18:49 +00:00

fix(slides): fix overflowed slide

This commit is contained in:
Denis Ergin 2025-02-03 12:34:08 +01:00
parent 906ff998f6
commit 193926d44a

View file

@ -164,6 +164,9 @@
</code></pre>
<p>Sortiert das Array "In Place" (Ursprüngliches Array wird modifiziert).</p>
<p>Hierzu führt <code>sort</code> eine Funktion aus, die mitgegeben wird. Anhand des Ergebnisses werden Elemente im Array umsortiert</p>
</section>
<section>
<ul>
<li>Ergebnis -1: Wert "a" ist kleiner als Wert "b"</li>
<li>Ergebnis 1: Wert "a" ist größer als Wert "b"</li>