Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pretext/Sort/DiscussionQuestions.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,8 @@
chapter?</p>
</li>
</ol></p>
<conclusion><p>
<!-- extra space before the progress bar -->
</p></conclusion>
</section>

3 changes: 3 additions & 0 deletions pretext/Sort/Glossary.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,8 @@
</gi>

</glossary>
<conclusion><p>
<!-- extra space before the progress bar -->
</p></conclusion>
</section>

3 changes: 3 additions & 0 deletions pretext/Sort/Matching.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,7 @@
</match>
</cardsort>
</exercise>
<conclusion><p>
<!-- extra space before the progress bar -->
</p></conclusion>
</section>
3 changes: 3 additions & 0 deletions pretext/Sort/Objectives.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
merge sort, quick sort, insertion sort, and shell sort.</p>
</li>
</ul></p>
<conclusion><p>
<!-- extra space before the progress bar -->
</p></conclusion>
</section>

3 changes: 3 additions & 0 deletions pretext/Sort/ProgrammingExercises.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
techniques.</p>
</li>
</ol></p>
<conclusion><p>
<!-- extra space before the progress bar -->
</p></conclusion>
</section>

5 changes: 3 additions & 2 deletions pretext/Sort/SelfCheck.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
</choice>
</choices>
</exercise>


<conclusion><p>
<!-- extra space before the progress bar -->
</p></conclusion>
</section>
3 changes: 3 additions & 0 deletions pretext/Sort/Summary.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
list. It does not require additional space.</p>
</li>
</ul></p>
<conclusion><p>
<!-- extra space before the progress bar -->
</p></conclusion>
</section>

3 changes: 3 additions & 0 deletions pretext/Sort/TheBubbleSort.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -403,4 +403,7 @@ print(alist)

</exercise>
</reading-questions>
<conclusion><p>
<!-- extra space before the progress bar -->
</p></conclusion>
</section>
3 changes: 3 additions & 0 deletions pretext/Sort/TheInsertionSort.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,7 @@ main()

</exercise>
</reading-questions>
<conclusion><p>
<!-- extra space before the progress bar -->
</p></conclusion>
</section>
3 changes: 3 additions & 0 deletions pretext/Sort/TheMergeSort.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,7 @@ main()

</exercise>
</reading-questions>
<conclusion><p>
<!-- extra space before the progress bar -->
</p></conclusion>
</section>
3 changes: 3 additions & 0 deletions pretext/Sort/TheQuickSort.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -385,4 +385,7 @@ main()

</exercise>
</reading-questions>
<conclusion><p>
<!-- extra space before the progress bar -->
</p></conclusion>
</section>
3 changes: 3 additions & 0 deletions pretext/Sort/TheSelectionSort.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,7 @@ main()

</exercise>
</reading-questions>
<conclusion><p>
<!-- extra space before the progress bar -->
</p></conclusion>
</section>
3 changes: 3 additions & 0 deletions pretext/Sort/TheShellSort.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -287,4 +287,7 @@ main()

</exercise>
</reading-questions>
<conclusion><p>
<!-- extra space before the progress bar -->
</p></conclusion>
</section>
3 changes: 3 additions & 0 deletions pretext/Sort/sorting.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
exchange is a costly operation and the total number of exchanges will
also be important for evaluating the overall efficiency of the
algorithm.</p>
<conclusion><p>
<!-- extra space before the progress bar -->
</p></conclusion>
</section>