fixing out of order bug

pull/2/head
Oliver Kennedy 2022-09-26 18:15:08 -04:00
parent 943d34964c
commit 75f4e2d424
Signed by: okennedy
GPG Key ID: 3E5F9B3ABD3FDB60
1 changed files with 8 additions and 8 deletions

View File

@ -98,6 +98,14 @@ textbook: Ch. 15
</code></pre>
</section>
<section>
<h4 class="slide_title">Merge Sort</h4>
<p>Each time though loop advances either left or right.</p>
<p><b>Total Runtime: </b> $\Theta(|\texttt{left}| + |\texttt{right}|)$</p>
</section>
<section>
<h4 class="slide_title">Merge Sort</h4>
@ -148,14 +156,6 @@ textbook: Ch. 15
</ol>
</section>
<section>
<h4 class="slide_title">Merge Sort</h4>
<p>Each time though loop advances either left or right.</p>
<p><b>Total Runtime: </b> $\Theta(|\texttt{left}| + |\texttt{right}|)$</p>
</section>
<section>
<h4 class="slide_title">Merge Sort</h4>