Difference between revisions of "2022 Paper 1 Revision Quiz"
(→Order of Complexity) |
(→Trees) |
||
Line 169: | Line 169: | ||
=Trees= | =Trees= | ||
<quiz display=simple> | <quiz display=simple> | ||
− | { | + | {Which of the following must a graph have to also be a tree? |
− | |type=" | + | |type="[]"} |
− | + | + | + Connected. |
||Correct | ||Correct | ||
− | - | + | - Weighted |
||Incorrect | ||Incorrect | ||
− | - | + | - Unweighted. |
||Incorrect | ||Incorrect | ||
− | - | + | - Directed. |
||Incorrect | ||Incorrect | ||
+ | + UnDirected. | ||
+ | ||Incorrect | ||
+ | -With Cycles | ||
+ | ||Incorrect | ||
+ | +Without Cycles | ||
+ | ||Correct | ||
</quiz> | </quiz> | ||
Revision as of 10:23, 2 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