Difference between revisions of "2022 Paper 1 Revision Quiz"
(→Arrays) |
(→Queues) |
||
Line 116: | Line 116: | ||
+ First in First Out. | + First in First Out. | ||
||Correct | ||Correct | ||
+ | |||
+ | {Look at this graph: | ||
+ | [[File:Graph-4.jpg|300px]] | ||
+ | |||
+ | select the appropriate options below: | ||
+ | |type="[]"} | ||
+ | - Directed | ||
+ | ||Incorrect | ||
+ | + UnDirected | ||
+ | ||Correct | ||
+ | - Weighted | ||
+ | ||Incorrect | ||
+ | +Unweighted | ||
+ | ||Correct | ||
+ | |||
</quiz> | </quiz> | ||
Revision as of 08:36, 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