adjacency list diagram is actually an edge list

pull/2/head
Oliver Kennedy 2022-10-05 15:36:32 -04:00
parent 2e06b822ce
commit 4b1a7d9f82
Signed by: okennedy
GPG Key ID: 3E5F9B3ABD3FDB60
2 changed files with 6 additions and 6 deletions

View File

@ -523,6 +523,12 @@ attribution: Based on slides by Tamassa Goodrich
<p class="fragment">What's the complexity? <b class="fragment">($O(m) = O(n^2)$)</b></p>
</section>
<section>
<h4 class="slide_title">Edge List</h4>
<svg data-src="graphics/15b/edge_list.svg" width="700px"/>
</section>
<section>
<h4 class="slide_title">Edge List Summary</h4>
@ -667,12 +673,6 @@ attribution: Based on slides by Tamassa Goodrich
<p class="fragment">What's the complexity?</p>
</section>
<section>
<h4 class="slide_title">Adjacency List</h4>
<svg data-src="graphics/15b/adjacency_list.svg" width="700px"/>
</section>
<section>
<h4 class="slide_title">Adjacency List Summary</h4>

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB