Difference between revisions of "2022 Paper 1 Revision Quiz"
(→Queues) |
(→Queues) |
||
Line 253: | Line 253: | ||
[[File:Graph2.png|300px]] | [[File:Graph2.png|300px]] | ||
− | Complete the adjacency list (separate with comma no spaces): | + | Complete the adjacency list (separate with comma no spaces, use None if nothing is connected): |
|type="{}"} | |type="{}"} | ||
<table style="border:1px solid black;"> | <table style="border:1px solid black;"> | ||
Line 266: | Line 266: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>C</td><td>{ | + | <td>C</td><td>{ None }</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>D</td><td>{ | + | <td>D</td><td>{ None } </td> |
</tr> | </tr> | ||
</table> | </table> |
Revision as of 09:34, 3 June 2022
Contents
Recursion
Arrays
Abstract Data Types & Dynamic vs Static
Queues
Stacks
Graphs
Trees
Graph Traversal
Searching Algorithms
Sorting Algorithms
Optimisation Algorithms
Order of Complexity