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:
parent
906ff998f6
commit
193926d44a
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue