Skip to content

Commit 6da0c55

Browse files
committed
Website build
1 parent bc793ff commit 6da0c55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

5_abstract_data_types.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ <h2><span class="section-number">5.5. </span>Linked lists<a class="headerlink" h
733733
<iframe src="https://player.vimeo.com/video/506743244"
734734
frameborder="0" allow="autoplay; fullscreen"
735735
allowfullscreen></iframe></div>
736-
<p class="card-text">Imperial students can also <a class="reference external" href="https://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=f37ae26c-a39a-4757-bc0d-acc100eec588">watch this video on Panopto</a>.</p>
736+
<p class="card-text">Imperial students can also <a class="reference external" href="https://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=d1b2b176-066a-4d68-aa01-acc100eec5c6">watch this video on Panopto</a>.</p>
737737
</div>
738738
</details><p>One disadvantage of a deque (and hence of a stack or queue) is that inserting an
739739
object into the middle of the sequence is often an <span class="math notranslate nohighlight">\(O(n)\)</span> operation,
@@ -900,7 +900,7 @@ <h2><span class="section-number">5.5. </span>Linked lists<a class="headerlink" h
900900
<iframe src="https://player.vimeo.com/video/506743250"
901901
frameborder="0" allow="autoplay; fullscreen"
902902
allowfullscreen></iframe></div>
903-
<p class="card-text">Imperial students can also <a class="reference external" href="https://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=d1b2b176-066a-4d68-aa01-acc100eec5c6">watch this video on Panopto</a>.</p>
903+
<p class="card-text">Imperial students can also <a class="reference external" href="https://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=f37ae26c-a39a-4757-bc0d-acc100eec588">watch this video on Panopto</a>.</p>
904904
</div>
905905
</details><p>The abstract data types we have considered here are collections of
906906
objects, and one common abstract operation which is applicable to

_sources/5_abstract_data_types.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ Linked lists
631631
allowfullscreen></iframe>
632632

633633
Imperial students can also `watch this video on Panopto
634-
<https://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=f37ae26c-a39a-4757-bc0d-acc100eec588>`__.
634+
<https://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=d1b2b176-066a-4d68-aa01-acc100eec5c6>`__.
635635

636636
One disadvantage of a deque (and hence of a stack or queue) is that inserting an
637637
object into the middle of the sequence is often an :math:`O(n)` operation,
@@ -799,7 +799,7 @@ The iterator protocol
799799
allowfullscreen></iframe>
800800

801801
Imperial students can also `watch this video on Panopto
802-
<https://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=d1b2b176-066a-4d68-aa01-acc100eec5c6>`__.
802+
<https://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=f37ae26c-a39a-4757-bc0d-acc100eec588>`__.
803803

804804

805805
The abstract data types we have considered here are collections of

0 commit comments

Comments
 (0)