Skip to content

Commit 265e0e2

Browse files
committed
Website build
1 parent db41c06 commit 265e0e2

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

5_abstract_data_types.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ <h2><span class="section-number">5.3. </span>Algorithmic complexity<a class="hea
491491
as <span class="math notranslate nohighlight">\(n\)</span> approaches infinity, while in numerical analysis the
492492
independent variable approaches 0. This difference between two closely
493493
related fields is often confusing, particularly since both disciplines
494-
conventionally leave out the limit. It’s worth keeping in mind that the
494+
conventionally leave out the limit. It’s worth keeping in mind the
495495
difference, because a numerical algorithm with <span class="math notranslate nohighlight">\(O(h^4)\)</span> error is
496496
really rather good since <code class="xref py py-obj docutils literal notranslate"><span class="pre">h</span></code> is small, but an algorithm with <span class="math notranslate nohighlight">\(O(n^4)\)</span>
497497
cost is very expensive indeed!</p>
@@ -1129,6 +1129,17 @@ <h2><span class="section-number">5.8. </span>Glossary<a class="headerlink" href=
11291129
</div>
11301130
<div class="section" id="exercises">
11311131
<h2><span class="section-number">5.9. </span>Exercises<a class="headerlink" href="#exercises" title="Permalink to this headline"></a></h2>
1132+
<div class="sphinx-bs container pb-4 docutils">
1133+
<div class="row docutils">
1134+
<div class="d-flex col-lg-6 col-md-6 col-sm-6 col-xs-12 p-2 docutils">
1135+
<div class="card w-100 quiz shadow docutils">
1136+
<div class="card-body docutils">
1137+
<p class="card-text"><a class="sphinx-bs btn text-wrap stretched-link reference external" href="https://bb.imperial.ac.uk/webapps/assessment/take/launchAssessment.jsp?course_id=_25965_1&amp;content_id=_2077681_1&amp;mode=cpview"><span>This week’s quiz</span></a></p>
1138+
</div>
1139+
</div>
1140+
</div>
1141+
</div>
1142+
</div>
11321143
<p>Obtain the <a class="reference internal" href="not_released.html"><span class="doc">skeleton code for these exercises from GitHub classroom</span></a>.</p>
11331144
<div class="proof proof-type-exercise" id="id17">
11341145

_sources/5_abstract_data_types.rst.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ data structure.
375375
as :math:`n` approaches infinity, while in numerical analysis the
376376
independent variable approaches 0. This difference between two closely
377377
related fields is often confusing, particularly since both disciplines
378-
conventionally leave out the limit. It's worth keeping in mind that the
378+
conventionally leave out the limit. It's worth keeping in mind the
379379
difference, because a numerical algorithm with :math:`O(h^4)` error is
380380
really rather good since `h` is small, but an algorithm with :math:`O(n^4)`
381381
cost is very expensive indeed!
@@ -1030,6 +1030,14 @@ Glossary
10301030
Exercises
10311031
---------
10321032

1033+
.. panels::
1034+
:card: quiz shadow
1035+
1036+
.. link-button:: https://bb.imperial.ac.uk/webapps/assessment/take/launchAssessment.jsp?course_id=_25965_1&content_id=_2077681_1&mode=cpview
1037+
:text: This week's quiz
1038+
:classes: stretched-link
1039+
1040+
10331041
Obtain the :doc:`skeleton code for these exercises from GitHub classroom <not_released>`.
10341042

10351043
.. proof:exercise::

0 commit comments

Comments
 (0)