Difference between revisions of "2022 Paper 1 Revision Quiz"
(→Queues) |
(→Queues) |
||
Line 229: | Line 229: | ||
[[File:Graph3.png|300px]] | [[File:Graph3.png|300px]] | ||
− | Complete the adjacency list (separate with | + | Complete the adjacency list (separate with commas & no spaces): |
|type="{}"} | |type="{}"} | ||
<table style="border:1px solid black;"> | <table style="border:1px solid black;"> | ||
Line 239: | Line 239: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>1</td><td> { 0,2 } </td> | + | <td>1</td><td> { 0,2|0.2 } </td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>2</td><td>{ 0,1 }</td> | + | <td>2</td><td>{ 0,1|0.1 }</td> |
</tr> | </tr> | ||
<tr> | <tr> |
Revision as of 09:41, 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