Difference between revisions of "2022 Paper 1 Revision Quiz"
(→Queues) |
(→Queues) |
||
Line 181: | Line 181: | ||
[[File:Graph2.png|300px]] | [[File:Graph2.png|300px]] | ||
− | Complete the adjacency matrix: | + | Complete the adjacency matrix, use Y & N only: |
|type="{}"} | |type="{}"} | ||
<table style="border:1px solid black;"> | <table style="border:1px solid black;"> | ||
Line 188: | Line 188: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>A</td><td>X</td><td>{ | + | <td>A</td><td>X</td><td>{ Y }</td><td>{ N }</td><td>{ Y }</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>B</td><td> { N } </td><td>X</td><td> { | + | <td>B</td><td> { N } </td><td>X</td><td> { Y } </td><td> { Y } </td> |
</tr> | </tr> | ||
<tr> | <tr> |
Revision as of 09:09, 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